Package com.djrapitops.plan.commands.use
Class CommandWithSubcommands
- java.lang.Object
-
- com.djrapitops.plan.commands.use.Subcommand
-
- com.djrapitops.plan.commands.use.CommandWithSubcommands
-
public class CommandWithSubcommands extends Subcommand
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CommandWithSubcommands.Builder
-
Nested classes/interfaces inherited from class com.djrapitops.plan.commands.use.Subcommand
Subcommand.ArgumentDescriptor
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CommandWithSubcommands.Builder
builder(Locale locale)
void
executeCommand(CMDSender sender, Arguments arguments)
void
onCommand(CMDSender sender, Arguments arguments)
void
onHelp(CMDSender sender, Arguments arguments)
void
onInDepthHelp(CMDSender sender)
java.util.List<java.lang.String>
onTabComplete(CMDSender sender, Arguments arguments)
-
Methods inherited from class com.djrapitops.plan.commands.use.Subcommand
builder, getAliases, getArgumentResolver, getArguments, getArgumentsAsString, getDescription, getExecutor, getInDepthDescription, getPrimaryAlias, getRequiredPermissions
-
-
-
-
Method Detail
-
builder
public static CommandWithSubcommands.Builder builder(Locale locale)
-
onInDepthHelp
public void onInDepthHelp(CMDSender sender)
-
-