Interface IdleNotifierConfig

  • All Superinterfaces:
    Config

    public interface IdleNotifierConfig
    extends Config
    • Method Detail

      • getIdleNotificationDelay

        @Units("ms")
        default int getIdleNotificationDelay()
      • getHitpointsNotification

        default Notification getHitpointsNotification()
      • getHitpointsThreshold

        @Range(min=1)
        default int getHitpointsThreshold()
      • getPrayerNotification

        default Notification getPrayerNotification()
      • getPrayerThreshold

        @Range(min=1)
        default int getPrayerThreshold()
      • getLowEnergyNotification

        default Notification getLowEnergyNotification()
      • getLowEnergyThreshold

        @Units("%")
        @Range(max=99)
        default int getLowEnergyThreshold()
      • getHighEnergyNotification

        default Notification getHighEnergyNotification()
      • getHighEnergyThreshold

        @Units("%")
        @Range(min=1,
               max=100)
        default int getHighEnergyThreshold()
      • getOxygenNotification

        default Notification getOxygenNotification()
      • getOxygenThreshold

        @Units("%")
        @Range(min=1)
        default int getOxygenThreshold()
      • getSpecNotification

        default Notification getSpecNotification()
      • getSpecEnergyThreshold

        @Units("%")
        @Range(min=1)
        default int getSpecEnergyThreshold()