mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-22 08:11:59 +01:00
Add IgniteCause.FIREBALL for BUKKIT-1566
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
parent
ab977fec8a
commit
f6c072f78f
@ -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…
Reference in New Issue
Block a user