Uses of Enum Class
org.geysermc.connector.network.translators.item.TippedArrowPotion
Packages that use TippedArrowPotion
-
Uses of TippedArrowPotion in org.geysermc.connector.network.translators.item
Methods in org.geysermc.connector.network.translators.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.