AbstractAsyncWorldCommand

abstract class AbstractAsyncWorldCommand extends AbstractAsyncCommand

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

java.lang.Object > AbstractAsyncCommand > AbstractAsyncWorldCommand

Field Summary

world

final World world

Field world.

Method Detail

AbstractAsyncWorldCommand

public public AbstractAsyncWorldCommand (@Nonnull final String name, @Nonnull final String description)

Method AbstractAsyncWorldCommand.

Parameters:
@Nonnull final String name
@Nonnull final String description

executeAsync

final CompletableFuture executeAsync (@Nonnull final CommandContext context)

Method executeAsync.

Parameters:
@Nonnull final CommandContext context