Package org.rspeer.game.action.tree
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
ConstructorDescriptionDefaultComponentAction
(int actionIdx, int subIdx, int cmpUid, int itemId) DefaultComponentAction
(ActionOpcode opcode, int actionIdx, int subIdx, int cmpUid, int itemId) -
Method Summary
Methods inherited from class org.rspeer.game.action.tree.ComponentAction
getComponentIndex, getGroupIndex, getItemId, getSource, getSubComponentIndex, getUid, isItem, isSubComponent
Methods inherited from class org.rspeer.game.action.MenuAction
getMatrixId, getOpcode, getPrimary, getProcessor, getQuaternary, getSecondary, getTertiary, indexOf, indexOf, process, setProcessor, setStrict, 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)
-
-
Method Details
-
getActionIndex
public int getActionIndex() -
toString
- Overrides:
toString
in classMenuAction
-