Added lightning as a cause for fires.

By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
Bukkit/Spigot 2011-04-22 01:17:53 -07:00
parent d1dd71d6e5
commit 5b405adff6

View file

@ -85,6 +85,10 @@ public class BlockIgniteEvent extends BlockEvent implements Cancellable {
* Block ignition caused by dynamic spreading of fire.
*/
SPREAD,
/**
* That thing form the sky.
*/
LIGHTNING,
}
}