classpublicabstractPriority 1
AbstractAsyncCommand
com.hypixel.hytale.server.core.command.system.basecommands.AbstractAsyncCommand
extends AbstractCommand
1
Methods
1
Public Methods
0
Fields
3
Constructors
Constants
MessageMESSAGE_MODULES_COMMAND_RUNTIME_ERROR= Message.translation("server.modules.command.runtimeError").color(Color.RED)
Constructors
public
AbstractAsyncCommand(String name, String description)public
AbstractAsyncCommand(String name, String description, boolean requiresConfirmation)public
AbstractAsyncCommand(String description)Methods
Public Methods (1)
public
CompletableFuture<Void> runAsync(CommandContext context, Runnable runnable, Executor executor)@Nonnull