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 int
getComponentIndex()
int
getGroupIndex()
int
getItemId()
InterfaceComponent
getSource()
int
getSubComponentIndex()
int
getUid()
boolean
isItem()
boolean
isSubComponent()
-
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()
-
-