Uses of Class
org.rspeer.game.action.ActionOpcode
-
Packages that use ActionOpcode Package Description org.rspeer.game.action org.rspeer.game.action.tree -
-
Uses of ActionOpcode in org.rspeer.game.action
Methods in org.rspeer.game.action that return ActionOpcode Modifier and Type Method Description ActionOpcode
MenuAction. getOpcode()
static ActionOpcode
ActionOpcode. valueOf(int id)
Returns the enum constant of this type with the specified name.static ActionOpcode
ActionOpcode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActionOpcode[]
ActionOpcode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ActionOpcode in org.rspeer.game.action.tree
Constructors in org.rspeer.game.action.tree with parameters of type ActionOpcode Constructor Description ButtonAction(ActionOpcode opcode, int subComponentIndex, int componentUid, int itemId)
DefaultComponentAction(ActionOpcode opcode, int actionIdx, int subIdx, int cmpUid, int itemId)
DeselectAction(ActionOpcode opcode, int primary, int secondary, int tertiary)
ItemAction(ActionOpcode opcode, int primary, int secondary, int tertiary, int quaternary)
NpcAction(ActionOpcode opcode, int index)
NpcAction(ActionOpcode opcode, int index, int matrixId)
ObjectAction(ActionOpcode opcode, int id, int sceneX, int sceneY)
ObjectAction(ActionOpcode opcode, int id, Position position)
PickableAction(ActionOpcode opcode, int id, int sceneX, int sceneY)
PickableAction(ActionOpcode opcode, int id, Position position)
PickableAction(ActionOpcode opcode, int id, RelativePosition position)
PlayerAction(ActionOpcode opcode, int index)
PlayerAction(ActionOpcode opcode, int index, int matrixId)
-