Uses of Class
rs.kreme.ksbot.api.game.Combat.AttackStyle
-
Packages that use Combat.AttackStyle Package Description rs.kreme.ksbot.api.game -
-
Uses of Combat.AttackStyle in rs.kreme.ksbot.api.game
Methods in rs.kreme.ksbot.api.game that return Combat.AttackStyle Modifier and Type Method Description Combat.AttackStyleCombat. getAttackStyle()Gets the player's current attack style based on the game setting.static Combat.AttackStyleCombat.AttackStyle. valueOf(java.lang.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 rs.kreme.ksbot.api.game with parameters of type Combat.AttackStyle Modifier and Type Method Description voidCombat. setAttackStyle(Combat.AttackStyle attackStyle)Sets the player's attack style to the desired one.
-