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
-
Constructor Summary
ConstructorsConstructorDescriptionButtonAction(int opcode, int subComponentIndex, int componentUid) ButtonAction(int opcode, int subComponentIndex, int componentUid, jag.oldscape.RSIfType component) ButtonAction(ActionOpcode opcode, int subComponentIndex, int componentUid) ButtonAction(ActionOpcode opcode, int subComponentIndex, int componentUid, jag.oldscape.RSIfType component) -
Method Summary
Methods inherited from class ComponentAction
getComponentIndex, getGroupIndex, getIfType, getItemId, getSource, getSubComponentIndex, getUid, isItem, isSubComponentMethods inherited from class MenuAction
getMatrixId, getOpcode, getPrimary, getProcessor, getSecondary, getTertiary, getTypecode, getWhereToGetIfType, indexOf, indexOf, process, setProcessor, setStrict, setWhereToGetIfType, valueOf
-
Constructor Details
-
ButtonAction
public ButtonAction(int opcode, int subComponentIndex, int componentUid) -
ButtonAction
-
ButtonAction
public ButtonAction(int opcode, int subComponentIndex, int componentUid, jag.oldscape.RSIfType component) -
ButtonAction
public ButtonAction(ActionOpcode opcode, int subComponentIndex, int componentUid, jag.oldscape.RSIfType component)
-
-
Method Details
-
toString
- Overrides:
toStringin classMenuAction
-