Uses of Class
net.runelite.api.MenuAction
-
Packages that use MenuAction Package Description net.runelite.api net.runelite.api.events -
-
Uses of MenuAction in net.runelite.api
Fields in net.runelite.api declared as MenuAction Modifier and Type Field Description static MenuActionMenuAction. PLAYER_EIGTH_OPTIONDeprecated.Methods in net.runelite.api that return MenuAction Modifier and Type Method Description MenuActionMenuEntry. getType()The action the entry will trigger.static MenuActionMenuAction. of(int id)static MenuActionMenuAction. valueOf(String name)Returns the enum constant of this type with the specified name.static MenuAction[]MenuAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.api with parameters of type MenuAction Modifier and Type Method Description voidClient. menuAction(int p0, int p1, MenuAction action, int id, int itemId, String option, String target)MenuEntryMenuEntry. setType(MenuAction type) -
Uses of MenuAction in net.runelite.api.events
Methods in net.runelite.api.events that return MenuAction Modifier and Type Method Description MenuActionMenuOptionClicked. getMenuAction()The action performed.
-