Package org.rspeer.game.action.tree
Class PickableAction
- All Implemented Interfaces:
Action
-
Constructor Summary
ConstructorDescriptionPickableAction
(int opcode, int id, int sceneX, int sceneY) PickableAction
(ActionOpcode opcode, int id, int sceneX, int sceneY) PickableAction
(ActionOpcode opcode, int id, Position position) PickableAction
(ActionOpcode opcode, int id, RelativePosition position) -
Method Summary
Methods inherited from class org.rspeer.game.action.MenuAction
getMatrixId, getOpcode, getPrimary, getProcessor, getQuaternary, getSecondary, getTertiary, indexOf, indexOf, process, setProcessor, setStrict, toString, valueOf
-
Constructor Details
-
PickableAction
-
PickableAction
-
PickableAction
-
PickableAction
public PickableAction(int opcode, int id, int sceneX, int sceneY)
-
-
Method Details
-
getSource
- Specified by:
getSource
in classEntityAction<Pickable>
-