WaitCommand

public class WaitCommand extends AbstractAsyncCommand

Command for wai operations. Registered with the command system and callable by players.

java.lang.Object > AbstractAsyncCommand > WaitCommand

Field Summary

sender

final CommandSender sender

Field sender.

runnable

final Runnable runnable

Field runnable.

Method Detail

WaitCommand

public public WaitCommand ()

Method WaitCommand.

executeAsync

protected CompletableFuture executeAsync (@Nonnull final CommandContext context)

Method executeAsync.

Parameters:
@Nonnull final CommandContext context