Package zombie.commands.serverCommands
Class AddVehicleCommand
java.lang.Object
zombie.commands.CommandBase
zombie.commands.serverCommands.AddVehicleCommand
-
Field Summary
FieldsFields inherited from class zombie.commands.CommandBase
argsName, connection, defaultArgsName, description
-
Constructor Summary
ConstructorsConstructorDescriptionAddVehicleCommand
(String string, String string2, String string3, UdpConnection udpConnection) -
Method Summary
Methods inherited from class zombie.commands.CommandBase
accessLevelToInt, canBeExecuted, Execute, findCommandCls, getAccessLevel, getAnnotation, getCommand, getCommandArg, getCommandArgsCount, getCommandArgVariants, getCommandName, getExecutorUsername, getHelp, getHelp, getRequiredRights, getSubClasses, hasHelp, hasOptionalArg, isCommandComeFromServerConsole, isDisabled, isParsingSuccessful, parseCommand
-
Field Details
-
scriptOnly
- See Also:
-
scriptPlayer
- See Also:
-
scriptCoordinate
- See Also:
-
-
Constructor Details
-
AddVehicleCommand
public AddVehicleCommand(String string, String string2, String string3, UdpConnection udpConnection)
-
-
Method Details
-
Command
- Specified by:
Command
in classCommandBase
-