Class AbstractSubCommand
java.lang.Object
me.wolfyscript.customcrafting.commands.AbstractSubCommand
- Direct Known Subclasses:
DarkModeSubCommand,DataBaseSubCommand,DebugSubCommand,DeleteSubCommand,EditSubCommand,GiveSubCommand,HelpSubCommand,InfoSubCommand,LockDownSubCommand,ReloadSubCommand,SaveSubCommand,ToggleSubCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSubCommand(String label, List<String> alias, CustomCrafting customCrafting) -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()getLabel()protected abstract booleanonCommand(@NotNull org.bukkit.command.CommandSender sender, @NotNull String label, @NotNull String[] args)onTabComplete(@NotNull org.bukkit.command.CommandSender sender, @NotNull String label, @NotNull String[] args)
-
Field Details
-
customCrafting
-
-
Constructor Details
-
AbstractSubCommand
-
-
Method Details
-
getLabel
-
getAlias
-
onCommand
-
onTabComplete
-