Uses of Class
com.cryptomorin.xseries.XPotion
-
Packages that use XPotion Package Description com.cryptomorin.xseries -
-
Uses of XPotion in com.cryptomorin.xseries
Fields in com.cryptomorin.xseries declared as XPotion Modifier and Type Field Description static XPotion[]XPotion. VALUESCached list ofvalues()to avoid allocating memory for calling the method every time.Fields in com.cryptomorin.xseries with type parameters of type XPotion Modifier and Type Field Description static Set<XPotion>XPotion. DEBUFFSAn unmodifiable set of "bad" potion effects.Methods in com.cryptomorin.xseries that return XPotion Modifier and Type Method Description static XPotionXPotion. matchXPotion(org.bukkit.potion.PotionEffectType type)Parses the XPotion for this potion effect.static XPotionXPotion. valueOf(String name)Returns the enum constant of this type with the specified name.static XPotion[]XPotion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cryptomorin.xseries that return types with arguments of type XPotion Modifier and Type Method Description static Optional<XPotion>XPotion. matchXPotion(String potion)Parses a potion effect type from the given string.
-