Uses of Class
rs.kreme.ksbot.api.game.Consumables.PotionType
-
Packages that use Consumables.PotionType Package Description rs.kreme.ksbot.api.game -
-
Uses of Consumables.PotionType in rs.kreme.ksbot.api.game
Methods in rs.kreme.ksbot.api.game that return Consumables.PotionType Modifier and Type Method Description static Consumables.PotionType
Consumables.PotionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Consumables.PotionType[]
Consumables.PotionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in rs.kreme.ksbot.api.game with parameters of type Consumables.PotionType Modifier and Type Method Description boolean
Consumables. drink(Consumables.PotionType type)
Drinks a potion of the specified type if not in cooldown.
-