Uses of Class
org.rspeer.game.action.MenuAction
Packages that use MenuAction
Package
Description
-
Uses of MenuAction in org.rspeer.game
Methods in org.rspeer.game with parameters of type MenuAction -
Uses of MenuAction in org.rspeer.game.action
Methods in org.rspeer.game.action that return MenuActionModifier and TypeMethodDescriptionstatic MenuActionMenuAction.valueOf(int op, int primary, int secondary, int tertiary, jag.oldscape.RSIfType component, int matrixId, int itemId) -
Uses of MenuAction in org.rspeer.game.action.tree
Subclasses of MenuAction in org.rspeer.game.action.treeModifier and TypeClassDescriptionclassclassclassclassclassEntityAction<T extends Entity>classclassclassclassclassPathingEntityAction<T extends PathingEntity>classclass -
Uses of MenuAction in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return MenuActionModifier and TypeMethodDescription -
Uses of MenuAction in org.rspeer.game.adapter.type
Methods in org.rspeer.game.adapter.type that return MenuAction -
Uses of MenuAction in org.rspeer.game.component
Methods in org.rspeer.game.component that return MenuActionMethod parameters in org.rspeer.game.component with type arguments of type MenuActionModifier and TypeMethodDescriptionvoidItem.setActionOverride(BiFunction<Item, String, MenuAction> actionOverride) -
Uses of MenuAction in org.rspeer.game.event
Subclasses with type arguments of type MenuAction in org.rspeer.game.eventConstructors in org.rspeer.game.event with parameters of type MenuActionModifierConstructorDescriptionMenuActionEvent(MenuAction source, String option, String target) Constructs a prototypical Event.