Package org.rspeer.game.action.tree
Class PlayerAction
- java.lang.Object
-
- org.rspeer.game.action.MenuAction
-
- org.rspeer.game.action.tree.EntityAction<T>
-
- org.rspeer.game.action.tree.PathingEntityAction<Player>
-
- org.rspeer.game.action.tree.PlayerAction
-
- All Implemented Interfaces:
Action
public class PlayerAction extends PathingEntityAction<Player>
-
-
Constructor Summary
Constructors Constructor Description PlayerAction(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Player
getSource()
String
toString()
-
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 Detail
-
PlayerAction
public PlayerAction(ActionOpcode opcode, int index, int matrixId)
-
PlayerAction
public PlayerAction(int opcode, int index, int matrixId)
-
PlayerAction
public PlayerAction(ActionOpcode opcode, int index)
-
PlayerAction
public PlayerAction(int opcode, int index)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classMenuAction
-
getSource
public Player getSource()
- Specified by:
getSource
in classEntityAction<Player>
-
-