Interface CombatGauge

  • All Superinterfaces:
    Validatable
    All Known Implementing Classes:
    OSRSCombatGauge

    public interface CombatGauge
    extends Validatable
    A combat gauge displayed above an entities head during combat
    • Method Detail

      • getPercent

        int getPercent()
        Gets the percentage of the gauge that is filled up
        Returns:
        The percentage if available, otherwise -1
      • getCurrentWidth

        int getCurrentWidth()
      • getMaxWidth

        int getMaxWidth()