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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected @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

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GetTopListCommand

      public GetTopListCommand(TopperPlugin plugin)
  • Method Details

    • execute

      @Nullable protected @Nullable CompletableFuture<Void> execute(@NotNull @NotNull com.hypixel.hytale.server.core.command.system.CommandContext context)
      Specified by:
      execute in class com.hypixel.hytale.server.core.command.system.AbstractCommand