mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 18:50:51 +01:00
SPIGOT-5301: BlockIgniteEvent for campfire + arrow
By: md_5 <git@md-5.net>
This commit is contained in:
parent
71802c602b
commit
97c0e0bda2
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue