Class NightmareZonePlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.nightmarezone.NightmareZonePlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Nightmare Zone", description="Show NMZ points/absorption and/or notify about expiring potions", tags={"combat","nmz","minigame","notifications"}) public class NightmareZonePlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description NightmareZonePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPointsPerHour()
boolean
isInNightmareZone()
void
onBeforeRender(BeforeRender beforeRender)
void
onChatMessage(ChatMessage event)
void
onConfigChanged(ConfigChanged event)
void
onGameTick(GameTick event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
onBeforeRender
@Subscribe public void onBeforeRender(BeforeRender beforeRender)
-
onGameTick
@Subscribe public void onGameTick(GameTick event)
-
onChatMessage
@Subscribe public void onChatMessage(ChatMessage event)
-
isInNightmareZone
public boolean isInNightmareZone()
-
getPointsPerHour
public int getPointsPerHour()
-
-