Uses of Class
org.rspeer.game.Combat.AttackStyle
-
Packages that use Combat.AttackStyle Package Description org.rspeer.game -
-
Uses of Combat.AttackStyle in org.rspeer.game
Methods in org.rspeer.game that return Combat.AttackStyle Modifier and Type Method Description Combat.AttackStyle[]Combat.WeaponType. getAttackStyles()static Combat.AttackStyleCombat. getSelectedStyle()Deprecated.static Combat.AttackStyleCombat. getSkillStyle(Skill skill)Deprecated.static Combat.AttackStyleCombat.AttackStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static Combat.AttackStyle[]Combat.AttackStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game with parameters of type Combat.AttackStyle Modifier and Type Method Description static booleanCombat. select(Combat.AttackStyle style)Deprecated.
-