Class MuteCommand
java.lang.Object
me.github.simonplays15.betterbansystem.core.command.BaseCommand
me.github.simonplays15.betterbansystem.core.command.commands.MuteCommand
The type Mute 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
-
MuteCommand
public MuteCommand()Instantiates a new Mute command.
-
-
Method Details
-
runCommand
public boolean runCommand(BaseCommandSender sender, String @NotNull [] args) throws CommandException Run command boolean.- Specified by:
runCommand
in classBaseCommand
- Parameters:
sender
- the senderargs
- the args- Returns:
- the boolean
- Throws:
CommandException
- the command exception
-