Interface IdleNotifierConfig
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Notification
animationIdle()
default Notification
getHighEnergyNotification()
default int
getHighEnergyThreshold()
default Notification
getHitpointsNotification()
default int
getHitpointsThreshold()
default int
getIdleNotificationDelay()
default Notification
getLowEnergyNotification()
default int
getLowEnergyThreshold()
default Notification
getOxygenNotification()
default int
getOxygenThreshold()
default Notification
getPrayerNotification()
default int
getPrayerThreshold()
default int
getSpecEnergyThreshold()
default Notification
getSpecNotification()
default Notification
interactionIdle()
default Notification
logoutIdle()
default Notification
movementIdle()
-
-
-
Field Detail
-
GROUP
static final String GROUP
- See Also:
- Constant Field Values
-
-
Method Detail
-
animationIdle
default Notification animationIdle()
-
interactionIdle
default Notification interactionIdle()
-
movementIdle
default Notification movementIdle()
-
logoutIdle
default Notification logoutIdle()
-
getIdleNotificationDelay
@Units("ms") default int getIdleNotificationDelay()
-
getHitpointsNotification
default Notification getHitpointsNotification()
-
getPrayerNotification
default Notification getPrayerNotification()
-
getLowEnergyNotification
default Notification getLowEnergyNotification()
-
getHighEnergyNotification
default Notification getHighEnergyNotification()
-
getOxygenNotification
default Notification getOxygenNotification()
-
getSpecNotification
default Notification getSpecNotification()
-
-