Class MenuAction
java.lang.Object
org.rspeer.game.action.MenuAction
- All Implemented Interfaces:
Action
- Direct Known Subclasses:
ComponentAction, DeselectAction, EntityAction, HeadingAction, ItemAction
-
Method Summary
Modifier and TypeMethodDescriptionjag.oldscape.RSIfTypeintintintintintlongintstatic intstatic intvoidprocess()voidsetProcessor(ActionProcessor processor) voidsetStrict(boolean strict) voidsetWhereToGetIfType(int whereToGetIfType) toString()static MenuActionvalueOf(int op, int primary, int secondary, int tertiary, jag.oldscape.RSIfType component, int matrixId, int itemId)
-
Method Details
-
indexOf
-
indexOf
-
valueOf
public static MenuAction valueOf(int op, int primary, int secondary, int tertiary, jag.oldscape.RSIfType component, int matrixId, int itemId) -
getOpcode
-
getPrimary
public int getPrimary() -
getSecondary
public int getSecondary() -
getTertiary
public int getTertiary() -
getIfType
public jag.oldscape.RSIfType getIfType() -
getMatrixId
public int getMatrixId() -
getTypecode
public long getTypecode() -
getItemId
public int getItemId() -
process
-
toString
-
getProcessor
- Specified by:
getProcessorin interfaceAction
-
setProcessor
-
setStrict
public void setStrict(boolean strict) -
getWhereToGetIfType
public int getWhereToGetIfType() -
setWhereToGetIfType
public void setWhereToGetIfType(int whereToGetIfType)
-