Class KickCommand
java.lang.Object
me.github.simonplays15.betterbansystem.core.command.BaseCommand
me.github.simonplays15.betterbansystem.core.command.commands.KickCommand
The type Kick command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
runCommand
(BaseCommandSender sender, String @NotNull [] args) Run command boolean.Methods inherited from class me.github.simonplays15.betterbansystem.core.command.BaseCommand
equals, getAliases, getCommandName, getDescription, getPermission, getPermManager, getUsage, hashCode, onTabComplete, sendUsage, setCommandName, setDescription, setLabel, setPermission, setUsage, testPermission, testPermission, toString
-
Constructor Details
-
KickCommand
public KickCommand()Instantiates a new Kick command.
-
-
Method Details
-
runCommand
Run command boolean.- Specified by:
runCommand
in classBaseCommand
- Parameters:
sender
- the senderargs
- the args- Returns:
- the boolean
-