mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
SPIGOT-5301: BlockIgniteEvent for campfire + arrow
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -124,6 +124,10 @@ public class BlockIgniteEvent extends BlockEvent implements Cancellable {
|
||||
* Block ignition caused by explosion.
|
||||
*/
|
||||
EXPLOSION,
|
||||
/**
|
||||
* Block ignition caused by a flaming arrow.
|
||||
*/
|
||||
ARROW,
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
Reference in New Issue
Block a user