Add IgniteCause.FIREBALL for BUKKIT-1566
This commit is contained in:
parent
bd793f2b50
commit
5a7f09f1a7
@ -70,6 +70,10 @@ public class BlockIgniteEvent extends BlockEvent implements Cancellable {
|
||||
* Block ignition caused by lightning.
|
||||
*/
|
||||
LIGHTNING,
|
||||
/**
|
||||
* Block ignition caused by a player using a fireball.
|
||||
*/
|
||||
FIREBALL,
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user