Package megamek.client.commands
Class MoveCommand
java.lang.Object
megamek.client.commands.ClientCommand
megamek.client.commands.MoveCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class megamek.client.commands.ClientCommand
CLIENT_COMMAND, clientGUI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the current Entity.Run this command with the arguments suppliedMethods inherited from class megamek.client.commands.ClientCommand
getClient, getClientGUI, getDirection, getDirection, getHelp, getName
-
Field Details
-
GEAR_LAND
public static final int GEAR_LAND- See Also:
-
GEAR_BACKUP
public static final int GEAR_BACKUP- See Also:
-
GEAR_JUMP
public static final int GEAR_JUMP- See Also:
-
GEAR_CHARGE
public static final int GEAR_CHARGE- See Also:
-
GEAR_DFA
public static final int GEAR_DFA- See Also:
-
GEAR_TURN
public static final int GEAR_TURN- See Also:
-
GEAR_SWIM
public static final int GEAR_SWIM- See Also:
-
-
Constructor Details
-
MoveCommand
-
-
Method Details
-
run
Description copied from class:ClientCommandRun this command with the arguments supplied- Specified by:
runin classClientCommand
-
currentEntity
Returns the current Entity.
-