Uses of Enum Class
org.rspeer.game.combat.Combat.AttackStyle
Packages that use Combat.AttackStyle
-
Uses of Combat.AttackStyle in org.rspeer.game.combat
Subclasses with type arguments of type Combat.AttackStyle in org.rspeer.game.combatMethods in org.rspeer.game.combat that return Combat.AttackStyleModifier and TypeMethodDescriptionCombat.WeaponType.getAttackStyles()static Combat.AttackStyleCombat.getSelectedStyle()static Combat.AttackStyleCombat.getSkillStyle(Skill skill) static Combat.AttackStyleReturns the enum constant of this class with the specified name.static Combat.AttackStyle[]Combat.AttackStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.rspeer.game.combat with parameters of type Combat.AttackStyleModifier and TypeMethodDescriptionstatic intCombat.getWeaponSpeed(int id, Combat.AttackStyle attackStyle) static booleanCombat.select(Combat.AttackStyle style)