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 int
getLastWorld()
void
onChatMessage(ChatMessage event)
void
onCommandExecuted(CommandExecuted commandExecuted)
void
onConfigChanged(ConfigChanged event)
void
onGameStateChanged(GameStateChanged gameStateChanged)
void
onGameTick(GameTick event)
void
onMenuEntryAdded(MenuEntryAdded event)
void
onVarbitChanged(VarbitChanged varbitChanged)
void
onWorldListLoad(WorldListLoad worldListLoad)
void
onWorldsFetch(WorldsFetch worldsFetch)
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)
-
onCommandExecuted
@Subscribe public void onCommandExecuted(CommandExecuted commandExecuted)
-
onVarbitChanged
@Subscribe public void onVarbitChanged(VarbitChanged varbitChanged)
-
onMenuEntryAdded
@Subscribe public void onMenuEntryAdded(MenuEntryAdded event)
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged gameStateChanged)
-
onWorldListLoad
@Subscribe public void onWorldListLoad(WorldListLoad worldListLoad)
-
onWorldsFetch
@Subscribe public void onWorldsFetch(WorldsFetch worldsFetch)
-
onGameTick
@Subscribe public void onGameTick(GameTick event)
-
onChatMessage
@Subscribe public void onChatMessage(ChatMessage event)
-
getLastWorld
public int getLastWorld()
-
-