Package zombie.commands.serverCommands
Class ThunderCommand
java.lang.Object
zombie.commands.CommandBase
zombie.commands.serverCommands.ThunderCommand
public class ThunderCommand extends CommandBase
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
startThunder
static java.lang.String
stopThunder
Fields inherited from class zombie.commands.CommandBase
argsName, connection, defaultArgsName
-
Constructor Summary
Constructors Constructor Description ThunderCommand(java.lang.String string, java.lang.String string2, java.lang.String string3, UdpConnection udpConnection)
-
Method Summary
Modifier and Type Method Description protected java.lang.String
Command()
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
startThunder
public static final java.lang.String startThunder- See Also:
- Constant Field Values
-
stopThunder
public static final java.lang.String stopThunder- See Also:
- Constant Field Values
-
-
Constructor Details
-
ThunderCommand
public ThunderCommand(java.lang.String string, java.lang.String string2, java.lang.String string3, UdpConnection udpConnection)
-
-
Method Details
-
Command
protected java.lang.String Command()- Specified by:
Command
in classCommandBase
-