mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 03:05:52 -07:00
SPIGOT-5748: Add instant effect potion break to the Effect enum
By: WinX64 <winx64b@hotmail.com>
This commit is contained in:
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user