@PluginDescriptor(name="Idle Notifier", description="Send a notification when going idle, or when HP/Prayer reaches a threshold", tags={"health","hitpoints","notifications","prayer"}) public class IdleNotifierPlugin extends Plugin
Constructor and Description |
---|
IdleNotifierPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
onAnimationChanged(AnimationChanged event) |
void |
onGameStateChanged(GameStateChanged gameStateChanged) |
void |
onGameTick(GameTick event) |
void |
onGraphicChanged(GraphicChanged event) |
void |
onHitsplatApplied(HitsplatApplied event) |
void |
onInteractingChanged(InteractingChanged event) |
configure, getInjector, shutDown, startUp
@Subscribe public void onAnimationChanged(AnimationChanged event)
@Subscribe public void onInteractingChanged(InteractingChanged event)
@Subscribe public void onGameStateChanged(GameStateChanged gameStateChanged)
@Subscribe public void onHitsplatApplied(HitsplatApplied event)
@Subscribe public void onGraphicChanged(GraphicChanged event)
@Subscribe public void onGameTick(GameTick event)
Copyright © 2014–2019. All rights reserved.