mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
Add IgniteCause.FIREBALL for BUKKIT-1566
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
parent
ab977fec8a
commit
f6c072f78f
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