AbstractAsyncPlayerCommand

abstract class AbstractAsyncPlayerCommand extends AbstractAsyncCommand

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

java.lang.Object > AbstractAsyncCommand > AbstractAsyncPlayerCommand

Field Summary

ref

final Ref ref

Field ref.

store

final Store store

Field store.

world

final World world

Field world.

playerRefComponent

final PlayerRef playerRefComponent

Field playerRefComponent.

Method Detail

AbstractAsyncPlayerCommand

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

Method AbstractAsyncPlayerCommand.

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

executeAsync

final CompletableFuture executeAsync (@Nonnull final CommandContext context)

Method executeAsync.

Parameters:
@Nonnull final CommandContext context