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 static Combat.AttackStyle
Combat.AttackStyle. fromIndex(int index)
Retrieves the AttackStyle associated with a given index.Combat.AttackStyle
Combat. getAttackStyle()
Gets the player's current attack style based on the game setting.static Combat.AttackStyle
Combat.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 void
Combat. setAttackStyle(Combat.AttackStyle attackStyle)
Sets the player's attack style to the desired one.
-