Uses of Class
org.rspeer.game.component.tdi.Magic.Rune
-
Packages that use Magic.Rune Package Description org.rspeer.game.component.tdi -
-
Uses of Magic.Rune in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi that return Magic.Rune Modifier and Type Method Description static Magic.RuneMagic.Rune. valueOf(String name)Returns the enum constant of this type with the specified name.static Magic.Rune[]Magic.Rune. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.component.tdi with parameters of type Magic.Rune Modifier and Type Method Description static intMagic.RunePouch. getCount(boolean checkForPouchInInventory, Magic.Rune rune)static intMagic.RunePouch. getCount(Magic.Rune rune)static booleanMagic. isStaffEquipped(Magic.Rune rune)static booleanMagic. isTomeEquipped(Magic.Rune rune)
-