Package net.storm.sdk.game
Class Combat
- java.lang.Object
-
- net.storm.sdk.game.Combat
-
public class Combat extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Combat()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static INPC
getAttackableNPC(int... ids)
static INPC
getAttackableNPC(java.lang.String... names)
static INPC
getAttackableNPC(java.util.function.Predicate<INPC> filter)
static AttackStyle
getAttackStyle()
static int
getAxeEnergy()
static net.runelite.api.coords.WorldPoint
getCannonWorldPoint()
static int
getCurrentHealth()
static WeaponStyle
getCurrentWeaponStyle()
static double
getHealthPercent()
static int
getMissingHealth()
static int
getSpecEnergy()
static net.runelite.api.coords.WorldPoint
getTombWorldPoint()
static boolean
isAntifired()
static boolean
isPoisoned()
static boolean
isRetaliating()
static boolean
isSpecEnabled()
static boolean
isSuperAntifired()
static boolean
isVenomed()
static void
setAttackStyle(AttackStyle attackStyle)
static void
toggleAutoRetaliate()
static void
toggleAutoRetaliate(java.lang.Boolean active)
static void
toggleSpec()
-
-
-
Method Detail
-
isPoisoned
public static boolean isPoisoned()
-
isVenomed
public static boolean isVenomed()
-
getSpecEnergy
public static int getSpecEnergy()
-
getMissingHealth
public static int getMissingHealth()
-
isRetaliating
public static boolean isRetaliating()
-
isSpecEnabled
public static boolean isSpecEnabled()
-
getAxeEnergy
public static int getAxeEnergy()
-
isAntifired
public static boolean isAntifired()
-
isSuperAntifired
public static boolean isSuperAntifired()
-
toggleAutoRetaliate
public static void toggleAutoRetaliate()
-
toggleAutoRetaliate
public static void toggleAutoRetaliate(java.lang.Boolean active)
-
toggleSpec
public static void toggleSpec()
-
getAttackStyle
public static AttackStyle getAttackStyle()
-
setAttackStyle
public static void setAttackStyle(AttackStyle attackStyle)
-
getAttackableNPC
public static INPC getAttackableNPC(int... ids)
-
getAttackableNPC
public static INPC getAttackableNPC(java.lang.String... names)
-
getCurrentHealth
public static int getCurrentHealth()
-
getHealthPercent
public static double getHealthPercent()
-
getTombWorldPoint
public static net.runelite.api.coords.WorldPoint getTombWorldPoint()
-
getCannonWorldPoint
public static net.runelite.api.coords.WorldPoint getCannonWorldPoint()
-
getCurrentWeaponStyle
public static WeaponStyle getCurrentWeaponStyle()
-
-