mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 18:50:51 +01:00
SPIGOT-5748: Add instant effect potion break to the Effect enum
By: WinX64 <winx64b@hotmail.com>
This commit is contained in:
parent
08ed914c53
commit
08c3c0c1c3
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue