Class DumpCommandsCommand
java.lang.Object
com.hypixel.hytale.server.core.command.system.AbstractCommand
com.hypixel.hytale.server.core.command.system.basecommands.CommandBase
com.hypixel.hytale.server.core.command.commands.utility.metacommands.DumpCommandsCommand
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.hypixel.hytale.server.core.command.system.AbstractCommand
EMPTY_STRING_ARRAY, LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteSync(CommandContext context) private voidextractCommand(AbstractCommand command, List<DumpCommandsCommand.CommandDef> defs) private <T> StringformatNullable(T something, Function<T, String> func) private StringformatPermission(String permission) private List<DumpCommandsCommand.CommandDef> Methods inherited from class com.hypixel.hytale.server.core.command.system.basecommands.CommandBase
executeMethods inherited from class com.hypixel.hytale.server.core.command.system.AbstractCommand
acceptCall, addAliases, addSubCommand, addUsageVariant, canGeneratePermission, completeRegistration, countParents, generatePermissionNode, getAliases, getDescription, getFullyQualifiedName, getName, getOwner, getPermission, getPermissionGroups, getPermissionGroupsRecursive, getRequiredArguments, getSubCommands, getUsageShort, getUsageString, hasBeenRegistered, hasPermission, isVariant, matches, putRecursivePermissionGroups, requirePermission, setAllowsExtraArguments, setOwner, setPermissionGroup, setPermissionGroups, setUnavailableInSingleplayer, withDefaultArg, withDefaultArg, withFlagArg, withListDefaultArg, withListOptionalArg, withListRequiredArg, withOptionalArg, withOptionalArg, withRequiredArg, withRequiredArg
-
Constructor Details
-
DumpCommandsCommand
public DumpCommandsCommand()
-
-
Method Details
-
executeSync
- Specified by:
executeSyncin classCommandBase
-
gatherCommandDefs
-
extractCommand
private void extractCommand(@Nonnull AbstractCommand command, @Nonnull List<DumpCommandsCommand.CommandDef> defs) -
formatNullable
-
formatPermission
-