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
ConstructorsModifierConstructorDescriptionprotected
AbstractSubCommand(String label, List<String> alias, CustomCrafting customCrafting)
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias()
getLabel()
protected abstract boolean
onCommand(@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
-