Class GetTopListCommand
java.lang.Object
com.hypixel.hytale.server.core.command.system.AbstractCommand
me.hsgamer.topper.hytale.command.GetTopListCommand
public class GetTopListCommand
extends com.hypixel.hytale.server.core.command.system.AbstractCommand
-
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 @Nullable CompletableFuture<Void> execute(@NotNull com.hypixel.hytale.server.core.command.system.CommandContext context) Methods 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
-
GetTopListCommand
-
-
Method Details
-
execute
@Nullable protected @Nullable CompletableFuture<Void> execute(@NotNull @NotNull com.hypixel.hytale.server.core.command.system.CommandContext context) - Specified by:
executein classcom.hypixel.hytale.server.core.command.system.AbstractCommand
-