Uses of Enum Class
org.geysermc.geyser.inventory.item.Potion
Packages that use Potion
-
Uses of Potion in org.geysermc.geyser.inventory.item
Fields in org.geysermc.geyser.inventory.item declared as PotionMethods in org.geysermc.geyser.inventory.item that return PotionModifier and TypeMethodDescriptionstatic Potion
Potion.getByBedrockId(int bedrockId)
static Potion
Potion.getByJavaIdentifier(String javaIdentifier)
static Potion
Returns the enum constant of this class with the specified name.static Potion[]
Potion.values()
Returns an array containing the constants of this enum class, in the order they are declared.