Uses of Class
org.rspeer.game.combat.Combat.AttackStyle
-
Packages that use Combat.AttackStyle Package Description org.rspeer.game.combat -
-
Uses of Combat.AttackStyle in org.rspeer.game.combat
Methods in org.rspeer.game.combat that return Combat.AttackStyle Modifier and Type Method Description Combat.AttackStyle[]
Combat.WeaponType. getAttackStyles()
static Combat.AttackStyle
Combat. getSelectedStyle()
static Combat.AttackStyle
Combat. getSkillStyle(Skill skill)
static Combat.AttackStyle
Combat.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.combat with parameters of type Combat.AttackStyle Modifier and Type Method Description static boolean
Combat. select(Combat.AttackStyle style)
-