Package org.rspeer.game.action.tree
Class PickableAction
- java.lang.Object
-
- org.rspeer.game.action.MenuAction
-
- org.rspeer.game.action.tree.EntityAction<Pickable>
-
- org.rspeer.game.action.tree.PickableAction
-
- All Implemented Interfaces:
Action
public class PickableAction extends EntityAction<Pickable>
-
-
Constructor Summary
Constructors Constructor Description PickableAction(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pickable
getSource()
-
Methods inherited from class org.rspeer.game.action.MenuAction
getMatrixId, getOpcode, getPrimary, getProcessor, getQuaternary, getSecondary, getTertiary, indexOf, indexOf, process, setProcessor, setStrict, toString, valueOf
-
-
-
-
Constructor Detail
-
PickableAction
public PickableAction(ActionOpcode opcode, int id, Position position)
-
PickableAction
public PickableAction(ActionOpcode opcode, int id, RelativePosition position)
-
PickableAction
public PickableAction(ActionOpcode opcode, int id, int sceneX, int sceneY)
-
PickableAction
public PickableAction(int opcode, int id, int sceneX, int sceneY)
-
-
Method Detail
-
getSource
public Pickable getSource()
- Specified by:
getSource
in classEntityAction<Pickable>
-
-