13
0
geforkt von Mirrors/Paper

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

By: WinX64 <winx64b@hotmail.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2020-05-26 19:34:25 +10:00
Ursprung 08ed914c53
Commit 08c3c0c1c3

Datei anzeigen

@ -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.
*/