Package zombie.commands.serverCommands
Class BanUserCommand
java.lang.Object
zombie.commands.CommandBase
zombie.commands.serverCommands.BanUserCommand
public class BanUserCommand extends CommandBase
-
Field Summary
Fields inherited from class zombie.commands.CommandBase
argsName, connection, defaultArgsName -
Constructor Summary
Constructors Constructor Description BanUserCommand(java.lang.String string, java.lang.String string2, java.lang.String string3, UdpConnection udpConnection) -
Method Summary
Modifier and Type Method Description protected java.lang.StringCommand()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, parseCommandMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BanUserCommand
public BanUserCommand(java.lang.String string, java.lang.String string2, java.lang.String string3, UdpConnection udpConnection)
-
-
Method Details
-
Command
protected java.lang.String Command() throws java.sql.SQLException- Specified by:
Commandin classCommandBase- Throws:
java.sql.SQLException
-