Class DefaultComponentAction
java.lang.Object
org.rspeer.game.action.MenuAction
org.rspeer.game.action.tree.ComponentAction
org.rspeer.game.action.tree.DefaultComponentAction
- All Implemented Interfaces:
Action
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultComponentAction(int actionIdx, int subIdx, int cmpUid, int itemId) DefaultComponentAction(int actionIdx, int subIdx, int cmpUid, jag.oldscape.RSIfType component, int itemId) DefaultComponentAction(ActionOpcode opcode, int actionIdx, int subIdx, int cmpUid, int itemId) DefaultComponentAction(ActionOpcode opcode, int actionIdx, int subIdx, int cmpUid, jag.oldscape.RSIfType component, int itemId) -
Method Summary
Methods inherited from class ComponentAction
getComponentIndex, getGroupIndex, getIfType, getItemId, getSource, getSubComponentIndex, getUid, isItem, isSubComponentMethods inherited from class MenuAction
getMatrixId, getOpcode, getPrimary, getProcessor, getSecondary, getTertiary, getTypecode, getWhereToGetIfType, indexOf, indexOf, process, setProcessor, setStrict, setWhereToGetIfType, valueOf
-
Constructor Details
-
DefaultComponentAction
public DefaultComponentAction(int actionIdx, int subIdx, int cmpUid, int itemId) -
DefaultComponentAction
public DefaultComponentAction(ActionOpcode opcode, int actionIdx, int subIdx, int cmpUid, int itemId) -
DefaultComponentAction
public DefaultComponentAction(int actionIdx, int subIdx, int cmpUid, jag.oldscape.RSIfType component, int itemId) -
DefaultComponentAction
public DefaultComponentAction(ActionOpcode opcode, int actionIdx, int subIdx, int cmpUid, jag.oldscape.RSIfType component, int itemId)
-
-
Method Details
-
getActionIndex
public int getActionIndex() -
toString
- Overrides:
toStringin classMenuAction
-