Add IgniteCause.FIREBALL for BUKKIT-1566

This commit is contained in:
Travis Watkins 2012-04-25 16:27:11 -05:00
parent bd793f2b50
commit 5a7f09f1a7

View File

@ -70,6 +70,10 @@ public class BlockIgniteEvent extends BlockEvent implements Cancellable {
* Block ignition caused by lightning. * Block ignition caused by lightning.
*/ */
LIGHTNING, LIGHTNING,
/**
* Block ignition caused by a player using a fireball.
*/
FIREBALL,
} }
@Override @Override