Uses of Enum Class
org.rspeer.game.Combat.AttackStyle
Packages that use Combat.AttackStyle
-
Uses of Combat.AttackStyle in org.rspeer.game
Subclasses with type arguments of type Combat.AttackStyle in org.rspeer.gameMethods in org.rspeer.game that return Combat.AttackStyleModifier and TypeMethodDescriptionCombat.WeaponType.getAttackStyles()static Combat.AttackStyleCombat.getSelectedStyle()Deprecated.static Combat.AttackStyleCombat.getSkillStyle(Skill skill) Deprecated.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 with parameters of type Combat.AttackStyleModifier and TypeMethodDescriptionstatic booleanCombat.select(Combat.AttackStyle style) Deprecated.