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
public class DefaultComponentAction extends ComponentAction
-
-
Constructor Summary
Constructors Constructor Description DefaultComponentAction(int actionIdx, int subIdx, int cmpUid, int itemId)
DefaultComponentAction(ActionOpcode opcode, int actionIdx, int subIdx, int cmpUid, int itemId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getActionIndex()
String
toString()
-
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 Detail
-
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 Detail
-
getActionIndex
public int getActionIndex()
-
toString
public String toString()
- Overrides:
toString
in classMenuAction
-
-