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 intgetPointsPerHour()booleanisInNightmareZone()voidonBeforeRender(net.runelite.api.events.BeforeRender beforeRender)voidonChatMessage(net.runelite.api.events.ChatMessage event)voidonConfigChanged(ConfigChanged event)voidonGameTick(net.runelite.api.events.GameTick event)protected voidshutDown()protected voidstartUp()-
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(net.runelite.api.events.BeforeRender beforeRender)
-
onGameTick
@Subscribe public void onGameTick(net.runelite.api.events.GameTick event)
-
onChatMessage
@Subscribe public void onChatMessage(net.runelite.api.events.ChatMessage event)
-
isInNightmareZone
public boolean isInNightmareZone()
-
getPointsPerHour
public int getPointsPerHour()
-
-