mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 23:52:11 -07:00
Added the missing effects to the Effect enum.
By: TomyLobo <tomylobo@nurfuerspam.de>
This commit is contained in:
@@ -10,8 +10,14 @@ public enum Effect {
|
|||||||
DOOR_TOGGLE(1003),
|
DOOR_TOGGLE(1003),
|
||||||
EXTINGUISH(1004),
|
EXTINGUISH(1004),
|
||||||
RECORD_PLAY(1005),
|
RECORD_PLAY(1005),
|
||||||
|
GHAST_SHRIEK(1007),
|
||||||
|
GHAST_SHOOT(1008),
|
||||||
|
BLAZE_SHOOT(1009),
|
||||||
SMOKE(2000),
|
SMOKE(2000),
|
||||||
STEP_SOUND(2001);
|
STEP_SOUND(2001),
|
||||||
|
POTION_BREAK(2002),
|
||||||
|
ENDER_SIGNAL(2003),
|
||||||
|
MOBSPAWNER_FLAMES(2004);
|
||||||
|
|
||||||
private final int id;
|
private final int id;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user