Package org.rspeer.game.action.tree
Class ItemAction
java.lang.Object
org.rspeer.game.action.MenuAction
org.rspeer.game.action.tree.ItemAction
- All Implemented Interfaces:
Action
-
Constructor Summary
ConstructorDescriptionItemAction
(int opcode, int primary, int secondary, int tertiary, int quaternary) ItemAction
(ActionOpcode opcode, int primary, int secondary, int tertiary, int quaternary) -
Method Summary
Methods inherited from class org.rspeer.game.action.MenuAction
getMatrixId, getOpcode, getPrimary, getProcessor, getQuaternary, getSecondary, getTertiary, indexOf, indexOf, process, setProcessor, setStrict, valueOf
-
Constructor Details
-
ItemAction
-
ItemAction
public ItemAction(int opcode, int primary, int secondary, int tertiary, int quaternary)
-
-
Method Details
-
getId
public int getId() -
getIndex
public int getIndex() -
getSource
-
getComponent
-
toString
- Overrides:
toString
in classMenuAction
-