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 TippedArrowPotionTippedArrowPotion.getByBedrockId(int bedrockId)static TippedArrowPotionTippedArrowPotion.getByJavaColor(int color)static TippedArrowPotionTippedArrowPotion.getByJavaIdentifier(String javaIdentifier)static TippedArrowPotionReturns 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.