Uses of Class
org.rspeer.game.combat.Combat.Stance
-
Packages that use Combat.Stance Package Description org.rspeer.game.combat -
-
Uses of Combat.Stance in org.rspeer.game.combat
Methods in org.rspeer.game.combat that return Combat.Stance Modifier and Type Method Description static Combat.Stance
Combat.Stance. valueOf(String name)
Returns the enum constant of this type with the specified name.static Combat.Stance[]
Combat.Stance. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.combat with parameters of type Combat.Stance Modifier and Type Method Description static List<Prayer>
Combat. getPrayers(Combat.Stance stance, boolean includeDefensive)
-