Package org.rspeer.game
Class Combat
java.lang.Object
org.rspeer.game.Combat
Deprecated.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Deprecated.static enum
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Deprecated.static int
Deprecated.static Combat.AttackStyle
Deprecated.static Combat.AttackStyle
getSkillStyle
(Skill skill) Deprecated.static int
Deprecated.static int
Deprecated.static Combat.WeaponType
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static boolean
select
(Combat.AttackStyle style) Deprecated.static boolean
toggleAutoRetaliate
(boolean active) Deprecated.static boolean
toggleSpecial
(boolean active) Deprecated.
-
Constructor Details
-
Combat
public Combat()Deprecated.
-
-
Method Details
-
getWeaponType
Deprecated. -
getSelectedStyle
Deprecated. -
getSkillStyle
Deprecated. -
select
Deprecated. -
isSpecialBarPresent
public static boolean isSpecialBarPresent()Deprecated. -
getSpecialEnergy
public static int getSpecialEnergy()Deprecated. -
toggleSpecial
public static boolean toggleSpecial(boolean active) Deprecated. -
isSpecialActive
public static boolean isSpecialActive()Deprecated. -
isAutoRetaliateOn
public static boolean isAutoRetaliateOn()Deprecated. -
toggleAutoRetaliate
public static boolean toggleAutoRetaliate(boolean active) Deprecated. -
isPoisoned
public static boolean isPoisoned()Deprecated. -
isEnvenomed
public static boolean isEnvenomed()Deprecated. -
isAntipoisonActive
public static boolean isAntipoisonActive()Deprecated. -
getNextPoisonDamage
public static int getNextPoisonDamage()Deprecated. -
curePoison
public static boolean curePoison()Deprecated. -
isMultiZone
public static boolean isMultiZone()Deprecated. -
getWeaponSpeed
public static int getWeaponSpeed()Deprecated.
-
Combat
instead.