Uses of Class
org.rspeer.game.action.MenuAction
-
-
Uses of MenuAction in org.rspeer.game
Methods in org.rspeer.game with parameters of type MenuAction Modifier and Type Method Description static voidGame. queueAction(MenuAction action) -
Uses of MenuAction in org.rspeer.game.action
Methods in org.rspeer.game.action that return MenuAction Modifier and Type Method Description static MenuActionMenuAction. valueOf(int op, int primary, int secondary, int tertiary, int quaternary, int matrixId) -
Uses of MenuAction in org.rspeer.game.action.tree
Subclasses of MenuAction in org.rspeer.game.action.tree Modifier and Type Class Description classButtonActionclassComponentActionclassDefaultComponentActionclassDeselectActionclassEntityAction<T extends Entity>classHeadingActionclassItemActionclassNpcActionclassObjectActionclassPathingEntityAction<T extends PathingEntity>classPickableActionclassPlayerAction -
Uses of MenuAction in org.rspeer.game.adapter.minimenu
Methods in org.rspeer.game.adapter.minimenu that return MenuAction Modifier and Type Method Description MenuActionMiniMenuEntry. asMenuAction() -
Uses of MenuAction in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return MenuAction Modifier and Type Method Description MenuActionEffectObject. actionOf(String action)MenuActionPickable. actionOf(String action)MenuActionProjectile. actionOf(String action) -
Uses of MenuAction in org.rspeer.game.adapter.type
Methods in org.rspeer.game.adapter.type that return MenuAction Modifier and Type Method Description MenuActionInteractable. actionOf(String action)default MenuActionInteractable. actionOf(Predicate<String> predicate) -
Uses of MenuAction in org.rspeer.game.component
Methods in org.rspeer.game.component that return MenuAction Modifier and Type Method Description MenuActionItem. actionOf(String action)Method parameters in org.rspeer.game.component with type arguments of type MenuAction Modifier and Type Method Description voidItem. setActionOverride(BiFunction<Item,String,MenuAction> actionOverride) -
Uses of MenuAction in org.rspeer.game.event
Constructors in org.rspeer.game.event with parameters of type MenuAction Constructor Description MenuActionEvent(MenuAction source, String option, String target)Constructs a prototypical Event.
-