mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Changed event enumeration
This commit is contained in:
parent
a1d10a087c
commit
4c94922215
1 changed files with 6 additions and 4 deletions
|
@ -77,12 +77,14 @@ public abstract class Event {
|
||||||
* Block Events
|
* Block Events
|
||||||
*/
|
*/
|
||||||
BLOCK_DAMAGED (Category.BLOCK),
|
BLOCK_DAMAGED (Category.BLOCK),
|
||||||
|
BLOCK_FLOW (Category.BLOCK),
|
||||||
|
BLOCK_IGNITE (Category.BLOCK),
|
||||||
|
BLOCK_PHYSICS (Category.BLOCK),
|
||||||
BLOCK_PLACED (Category.BLOCK),
|
BLOCK_PLACED (Category.BLOCK),
|
||||||
BLOCK_RIGHTCLICKED (Category.BLOCK),
|
BLOCK_RIGHTCLICKED (Category.BLOCK),
|
||||||
BLOCK_PHYSICS (Category.BLOCK),
|
REDSTONE_CHANGE (Category.BLOCK);
|
||||||
REDSTONE_CHANGE (Category.BLOCK),
|
|
||||||
BLOCK_IGNITE (Category.BLOCK),
|
|
||||||
BLOCK_FLOW (Category.BLOCK);
|
|
||||||
/**
|
/**
|
||||||
* Item Events
|
* Item Events
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue