Add IgniteCause.FIREBALL for BUKKIT-1566

By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
Bukkit/Spigot 2012-04-25 16:27:11 -05:00
parent ab977fec8a
commit f6c072f78f

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