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
onWorldChanged(WorldChanged worldChanged)
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration, shutDown
-
-
-
-
Method Detail
-
onWorldChanged
@Subscribe public void onWorldChanged(WorldChanged worldChanged)
-
-