Package org.rspeer.game.action.tree
Class NpcAction
- All Implemented Interfaces:
Action
-
Constructor Summary
ConstructorDescriptionNpcAction
(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
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
-
NpcAction
-
NpcAction
public NpcAction(int opcode, int index, int matrixId) -
NpcAction
-
NpcAction
public NpcAction(int opcode, int index)
-
-
Method Details
-
toString
- Overrides:
toString
in classMenuAction
-
getSource
- Specified by:
getSource
in classEntityAction<Npc>
-