Package org.rspeer.game.action.tree
Class PlayerAction
- All Implemented Interfaces:
Action
-
Constructor Summary
ConstructorDescriptionPlayerAction
(int opcode, int index) PlayerAction
(int opcode, int index, int matrixId) PlayerAction
(ActionOpcode opcode, int index) PlayerAction
(ActionOpcode opcode, int index, int matrixId) -
Method Summary
Methods inherited from class org.rspeer.game.action.tree.PathingEntityAction
getIndex
Methods inherited from class org.rspeer.game.action.MenuAction
getMatrixId, getOpcode, getPrimary, getProcessor, getQuaternary, getSecondary, getTertiary, indexOf, indexOf, process, setProcessor, setStrict, valueOf
-
Constructor Details
-
PlayerAction
-
PlayerAction
public PlayerAction(int opcode, int index, int matrixId) -
PlayerAction
-
PlayerAction
public PlayerAction(int opcode, int index)
-
-
Method Details
-
toString
- Overrides:
toString
in classMenuAction
-
getSource
- Specified by:
getSource
in classEntityAction<Player>
-