SPIGOT-5301: BlockIgniteEvent for campfire + arrow

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2019-09-02 13:14:23 +10:00
parent 71802c602b
commit 97c0e0bda2

View file

@ -124,6 +124,10 @@ public class BlockIgniteEvent extends BlockEvent implements Cancellable {
* Block ignition caused by explosion.
*/
EXPLOSION,
/**
* Block ignition caused by a flaming arrow.
*/
ARROW,
}
@NotNull