Class WorldHopperPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.worldhopper.WorldHopperPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="World Hopper", description="Allows you to quickly hop worlds", tags={"ping","switcher"}) public class WorldHopperPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description WorldHopperPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLastWorld()voidonChatMessage(net.runelite.api.events.ChatMessage event)voidonCommandExecuted(net.runelite.api.events.CommandExecuted commandExecuted)voidonConfigChanged(ConfigChanged event)voidonGameStateChanged(net.runelite.api.events.GameStateChanged gameStateChanged)voidonGameTick(net.runelite.api.events.GameTick event)voidonMenuEntryAdded(net.runelite.api.events.MenuEntryAdded event)voidonVarbitChanged(net.runelite.api.events.VarbitChanged varbitChanged)voidonWorldListLoad(net.runelite.api.events.WorldListLoad worldListLoad)voidonWorldsFetch(WorldsFetch worldsFetch)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)
-
onCommandExecuted
@Subscribe public void onCommandExecuted(net.runelite.api.events.CommandExecuted commandExecuted)
-
onVarbitChanged
@Subscribe public void onVarbitChanged(net.runelite.api.events.VarbitChanged varbitChanged)
-
onMenuEntryAdded
@Subscribe public void onMenuEntryAdded(net.runelite.api.events.MenuEntryAdded event)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(net.runelite.api.events.GameStateChanged gameStateChanged)
-
onWorldListLoad
@Subscribe public void onWorldListLoad(net.runelite.api.events.WorldListLoad worldListLoad)
-
onWorldsFetch
@Subscribe public void onWorldsFetch(WorldsFetch worldsFetch)
-
onGameTick
@Subscribe public void onGameTick(net.runelite.api.events.GameTick event)
-
onChatMessage
@Subscribe public void onChatMessage(net.runelite.api.events.ChatMessage event)
-
getLastWorld
public int getLastWorld()
-
-