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 void
Game. 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 MenuAction
MenuAction. 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 class
ButtonAction
class
ComponentAction
class
DefaultComponentAction
class
DeselectAction
class
EntityAction<T extends Entity>
class
ItemAction
class
NpcAction
class
ObjectAction
class
PathingEntityAction<T extends PathingEntity>
class
PickableAction
class
PlayerAction
-
Uses of MenuAction in org.rspeer.game.adapter.minimenu
Methods in org.rspeer.game.adapter.minimenu that return MenuAction Modifier and Type Method Description MenuAction
MiniMenuEntry. 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 MenuAction
EffectObject. actionOf(String action)
MenuAction
Pickable. actionOf(String action)
MenuAction
Projectile. 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 MenuAction
Interactable. actionOf(String action)
default MenuAction
Interactable. 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 MenuAction
Item. actionOf(String action)
Method parameters in org.rspeer.game.component with type arguments of type MenuAction Modifier and Type Method Description void
Item. 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.
-