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