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