Class ItemAction
java.lang.Object
org.rspeer.game.action.MenuAction
org.rspeer.game.action.tree.ItemAction
- All Implemented Interfaces:
Action
-
Constructor Summary
ConstructorsConstructorDescriptionItemAction(int opcode, int primary, int secondary, int tertiary) ItemAction(int opcode, int primary, int secondary, int tertiary, jag.oldscape.RSIfType component) ItemAction(ActionOpcode opcode, int primary, int secondary, int tertiary) ItemAction(ActionOpcode opcode, int primary, int secondary, int tertiary, jag.oldscape.RSIfType component) -
Method Summary
Methods inherited from class MenuAction
getIfType, getMatrixId, getOpcode, getPrimary, getProcessor, getSecondary, getTertiary, getTypecode, getWhereToGetIfType, indexOf, indexOf, process, setProcessor, setStrict, setWhereToGetIfType, valueOf
-
Constructor Details
-
ItemAction
-
ItemAction
public ItemAction(int opcode, int primary, int secondary, int tertiary) -
ItemAction
public ItemAction(ActionOpcode opcode, int primary, int secondary, int tertiary, jag.oldscape.RSIfType component) -
ItemAction
public ItemAction(int opcode, int primary, int secondary, int tertiary, jag.oldscape.RSIfType component)
-
-
Method Details
-
getId
public int getId() -
getIndex
public int getIndex() -
getItemId
public int getItemId()- Overrides:
getItemIdin classMenuAction
-
getSource
-
getComponent
-
toString
- Overrides:
toStringin classMenuAction
-