Class LookUpCommand
java.lang.Object
me.github.simonplays15.betterbansystem.core.command.BaseCommand
me.github.simonplays15.betterbansystem.core.command.commands.LookUpCommand
The type Look up command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
runCommand
(@NotNull BaseCommandSender sender, String[] 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
-
LookUpCommand
public LookUpCommand()Instantiates a new Look up command.
-
-
Method Details
-
runCommand
public boolean runCommand(@NotNull @NotNull BaseCommandSender sender, String[] 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
-