Add IgniteCause.FIREBALL for BUKKIT-1566

This commit is contained in:
Travis Watkins
2012-04-25 16:27:11 -05:00
parent 02144f3969
commit 5c4d329d9f

View File

@@ -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