Package org.rspeer.game.action.tree
Class ComponentAction
- java.lang.Object
-
- org.rspeer.game.action.MenuAction
-
- org.rspeer.game.action.tree.ComponentAction
-
- All Implemented Interfaces:
Action
- Direct Known Subclasses:
ButtonAction,DefaultComponentAction
public abstract class ComponentAction extends MenuAction
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetComponentIndex()intgetGroupIndex()intgetItemId()InterfaceComponentgetSource()intgetSubComponentIndex()intgetUid()booleanisItem()booleanisSubComponent()-
Methods inherited from class org.rspeer.game.action.MenuAction
getMatrixId, getOpcode, getPrimary, getProcessor, getQuaternary, getSecondary, getTertiary, indexOf, indexOf, process, setProcessor, setStrict, toString, valueOf
-
-
-
-
Method Detail
-
getUid
public int getUid()
-
getSubComponentIndex
public int getSubComponentIndex()
-
isSubComponent
public boolean isSubComponent()
-
getGroupIndex
public int getGroupIndex()
-
getComponentIndex
public int getComponentIndex()
-
isItem
public boolean isItem()
-
getItemId
public int getItemId()
-
getSource
public InterfaceComponent getSource()
-
-