mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
Added the missing effects to the Effect enum.
This commit is contained in:
parent
bb3b740b88
commit
8e2598b596
1 changed files with 7 additions and 1 deletions
|
@ -10,8 +10,14 @@ public enum Effect {
|
|||
DOOR_TOGGLE(1003),
|
||||
EXTINGUISH(1004),
|
||||
RECORD_PLAY(1005),
|
||||
GHAST_SHRIEK(1007),
|
||||
GHAST_SHOOT(1008),
|
||||
BLAZE_SHOOT(1009),
|
||||
SMOKE(2000),
|
||||
STEP_SOUND(2001);
|
||||
STEP_SOUND(2001),
|
||||
POTION_BREAK(2002),
|
||||
ENDER_SIGNAL(2003),
|
||||
MOBSPAWNER_FLAMES(2004);
|
||||
|
||||
private final int id;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue