Uses of Class
rs.kreme.ksbot.api.game.magic.Rune
-
Packages that use Rune Package Description rs.kreme.ksbot.api.game.magic -
-
Uses of Rune in rs.kreme.ksbot.api.game.magic
Methods in rs.kreme.ksbot.api.game.magic that return Rune Modifier and Type Method Description static RuneRune. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Rune[]Rune. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in rs.kreme.ksbot.api.game.magic with parameters of type Rune Modifier and Type Method Description intRunePouch. getQuantity(Rune rune)Retrieves the quantity of a specific rune contained within the pouch.booleanRunePouch. hasRune(Rune rune)Determines if the pouch contains the specified rune.booleanRunePouch. hasRune(Rune rune, int amount)Determines if the pouch contains at least the specified amount of a given rune.booleanRunePouch. hasRunes(Rune... runes)Varargs overload ofRunePouch.hasRunes(Collection).Method parameters in rs.kreme.ksbot.api.game.magic with type arguments of type Rune Modifier and Type Method Description booleanRunePouch. hasRunes(java.util.Collection<Rune> runes)Checks if the pouch contains all specified runes (any amount).booleanRunePouch. hasRunesWithAmount(java.util.Map<Rune,java.lang.Integer> requiredRunes)Checks if the pouch contains multiple runes with specific required quantities.
-