mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Add IgniteCause.FIREBALL for BUKKIT-1566
This commit is contained in:
parent
bd793f2b50
commit
5a7f09f1a7
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue