Package org.rspeer.game.action.tree
Class DeselectAction
- java.lang.Object
-
- org.rspeer.game.action.MenuAction
-
- org.rspeer.game.action.tree.DeselectAction
-
- All Implemented Interfaces:
Action
public class DeselectAction extends MenuAction
-
-
Constructor Summary
Constructors Constructor Description DeselectAction(int opcode, int primary, int secondary, int tertiary)
DeselectAction(ActionOpcode opcode, int primary, int secondary, int tertiary)
-
Method Summary
-
Methods inherited from class org.rspeer.game.action.MenuAction
getMatrixId, getOpcode, getPrimary, getProcessor, getQuaternary, getSecondary, getTertiary, indexOf, indexOf, process, setProcessor, setStrict, toString, valueOf
-
-
-
-
Constructor Detail
-
DeselectAction
public DeselectAction(ActionOpcode opcode, int primary, int secondary, int tertiary)
-
DeselectAction
public DeselectAction(int opcode, int primary, int secondary, int tertiary)
-
-