Package org.rspeer.game.action
Class MenuAction
java.lang.Object
org.rspeer.game.action.MenuAction
- All Implemented Interfaces:
Action
- Direct Known Subclasses:
ComponentAction
,DeselectAction
,EntityAction
,ItemAction
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
static int
static int
void
process()
void
setProcessor
(ActionProcessor processor) void
setStrict
(boolean strict) toString()
static MenuAction
valueOf
(int op, int primary, int secondary, int tertiary, int quaternary, int matrixId)
-
Method Details
-
indexOf
-
indexOf
-
valueOf
public static MenuAction valueOf(int op, int primary, int secondary, int tertiary, int quaternary, int matrixId) -
getOpcode
-
getPrimary
public int getPrimary() -
getSecondary
public int getSecondary() -
getTertiary
public int getTertiary() -
getQuaternary
public int getQuaternary() -
getMatrixId
public int getMatrixId() -
process
public void process() -
toString
-
getProcessor
- Specified by:
getProcessor
in interfaceAction
-
setProcessor
-
setStrict
public void setStrict(boolean strict)
-