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.AttackStyleCombat. getSelectedStyle()static Combat.AttackStyleCombat. getSkillStyle(Skill skill)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.combat with parameters of type Combat.AttackStyle Modifier and Type Method Description static intCombat. getWeaponSpeed(int id, Combat.AttackStyle attackStyle)static booleanCombat. select(Combat.AttackStyle style)
-