mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -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.
|
||||
*/
|
||||
LIGHTNING,
|
||||
/**
|
||||
* Block ignition caused by a player using a fireball.
|
||||
*/
|
||||
FIREBALL,
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user