mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Added lightning as a cause for fires.
This commit is contained in:
parent
539e822e33
commit
ca74c6d3ee
1 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,10 @@ public class BlockIgniteEvent extends BlockEvent implements Cancellable {
|
||||||
* Block ignition caused by dynamic spreading of fire.
|
* Block ignition caused by dynamic spreading of fire.
|
||||||
*/
|
*/
|
||||||
SPREAD,
|
SPREAD,
|
||||||
|
/**
|
||||||
|
* That thing form the sky.
|
||||||
|
*/
|
||||||
|
LIGHTNING,
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue