mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 05:03:55 -07:00
Add IgniteCause.FIREBALL for BUKKIT-1566
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
@@ -70,6 +70,10 @@ public class BlockIgniteEvent extends BlockEvent implements Cancellable {
|
|||||||
* Block ignition caused by lightning.
|
* Block ignition caused by lightning.
|
||||||
*/
|
*/
|
||||||
LIGHTNING,
|
LIGHTNING,
|
||||||
|
/**
|
||||||
|
* Block ignition caused by a player using a fireball.
|
||||||
|
*/
|
||||||
|
FIREBALL,
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user