Class DefaultWorldPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.defaultworld.DefaultWorldPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Default World", description="Enable a default world to be selected when launching the client", tags="home") public class DefaultWorldPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description DefaultWorldPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onGameStateChanged(net.runelite.api.events.GameStateChanged event)
void
onSessionOpen(SessionOpen event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, getInjector, getName, resetConfiguration
-
-
-
-
Method Detail
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onSessionOpen
@Subscribe public void onSessionOpen(SessionOpen event)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(net.runelite.api.events.GameStateChanged event)
-
-