Uses of Class
net.runelite.client.plugins.itemstats.potions.PotionDuration
-
Packages that use PotionDuration Package Description net.runelite.client.plugins.itemstats.potions -
-
Uses of PotionDuration in net.runelite.client.plugins.itemstats.potions
Methods in net.runelite.client.plugins.itemstats.potions that return PotionDuration Modifier and Type Method Description static PotionDuration
PotionDuration. get(int id)
static PotionDuration
PotionDuration. valueOf(String name)
Returns the enum constant of this type with the specified name.static PotionDuration[]
PotionDuration. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-