SPIGOT-5748: Add instant effect potion break to the Effect enum

By: WinX64 <winx64b@hotmail.com>
This commit is contained in:
Bukkit/Spigot 2020-05-26 19:34:25 +10:00
parent 08ed914c53
commit 08c3c0c1c3

View file

@ -108,6 +108,11 @@ public enum Effect {
* additional info.
*/
POTION_BREAK(2002, Type.VISUAL, Potion.class),
/**
* Visual effect of an instant splash potion breaking. Needs color data
* value as additional info.
*/
INSTANT_POTION_BREAK(2007, Type.VISUAL, Color.class),
/**
* An ender eye signal; a visual effect.
*/