Package org.rspeer.game.action.tree
Class ButtonAction
- java.lang.Object
-
- org.rspeer.game.action.MenuAction
-
- org.rspeer.game.action.tree.ComponentAction
-
- org.rspeer.game.action.tree.ButtonAction
-
- All Implemented Interfaces:
Action
public class ButtonAction extends ComponentAction
-
-
Constructor Summary
Constructors Constructor Description ButtonAction(int opcode, int subComponentIndex, int componentUid, int itemId)
ButtonAction(ActionOpcode opcode, int subComponentIndex, int componentUid, int itemId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
ButtonAction
public ButtonAction(int opcode, int subComponentIndex, int componentUid, int itemId)
-
ButtonAction
public ButtonAction(ActionOpcode opcode, int subComponentIndex, int componentUid, int itemId)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classMenuAction
-
-