Uses of Class
rs.kreme.ksbot.api.game.Lootable.Priority
-
Packages that use Lootable.Priority Package Description rs.kreme.ksbot.api.game -
-
Uses of Lootable.Priority in rs.kreme.ksbot.api.game
Methods in rs.kreme.ksbot.api.game that return Lootable.Priority Modifier and Type Method Description Lootable.Priority
Lootable. getPriority(KSGroundItem item)
Retrieves the priority of a specific ground item.static Lootable.Priority
Lootable.Priority. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Lootable.Priority[]
Lootable.Priority. 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 Lootable.Priority Modifier and Type Method Description void
Lootable. addItem(Lootable.Priority priority, int... items)
Adds items by ID with a specified priority to the lootations map.void
Lootable. addItem(Lootable.Priority priority, java.lang.String... items)
Adds items by name with a specified priority to the lootations map.
-