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:
Ursprung
08ed914c53
Commit
08c3c0c1c3
@ -108,6 +108,11 @@ public enum Effect {
|
|||||||
* additional info.
|
* additional info.
|
||||||
*/
|
*/
|
||||||
POTION_BREAK(2002, Type.VISUAL, Potion.class),
|
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.
|
* An ender eye signal; a visual effect.
|
||||||
*/
|
*/
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren