Class MenuEntrySwapperPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.menuentryswapper.MenuEntrySwapperPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Menu Entry Swapper", description="Change the default option that is displayed when hovering over objects", tags={"npcs","inventory","items","objects"}, enabledByDefault=false) public class MenuEntrySwapperPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description MenuEntrySwapperPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onClientTick(ClientTick clientTick)
void
onMenuEntryAdded(MenuEntryAdded menuEntryAdded)
void
onMenuOpened(MenuOpened event)
void
onPostMenuSort(PostMenuSort postMenuSort)
void
shutDown()
void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
onMenuOpened
@Subscribe public void onMenuOpened(MenuOpened event)
-
onClientTick
@Subscribe public void onClientTick(ClientTick clientTick)
-
onPostMenuSort
@Subscribe public void onPostMenuSort(PostMenuSort postMenuSort)
-
onMenuEntryAdded
@Subscribe public void onMenuEntryAdded(MenuEntryAdded menuEntryAdded)
-
-