Interface ICombat


  • public interface ICombat
    • Method Detail

      • getSpecEnergy

        int getSpecEnergy()
      • getMissingHealth

        int getMissingHealth()
      • isVenomed

        boolean isVenomed()
      • isPoisoned

        boolean isPoisoned()
      • isSpecEnabled

        boolean isSpecEnabled()
      • getAxeEnergy

        int getAxeEnergy()
      • isAntifired

        boolean isAntifired()
      • isSuperAntifired

        boolean isSuperAntifired()
      • isRetaliating

        boolean isRetaliating()
      • toggleAutoRetaliate

        default void toggleAutoRetaliate()
      • toggleAutoRetaliate

        void toggleAutoRetaliate​(java.lang.Boolean active)
      • toggleSpec

        void toggleSpec()
      • setAttackStyle

        void setAttackStyle​(AttackStyle attackStyle)
      • getAttackableNPC

        default INPC getAttackableNPC​(int... ids)
      • getAttackableNPC

        default INPC getAttackableNPC​(java.lang.String... names)
      • getAttackableNPC

        INPC getAttackableNPC​(java.util.function.Predicate<INPC> filter)
      • getCurrentHealth

        int getCurrentHealth()
      • getHealthPercent

        double getHealthPercent()
      • getTombWorldPoint

        net.runelite.api.coords.WorldPoint getTombWorldPoint()
      • getCannonWorldPoint

        net.runelite.api.coords.WorldPoint getCannonWorldPoint()
      • getCurrentWeaponStyle

        WeaponStyle getCurrentWeaponStyle()