AbstractWorldCommand

abstract class AbstractWorldCommand extends AbstractAsyncCommand

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

java.lang.Object > AbstractAsyncCommand > AbstractWorldCommand

Field Summary

world

final World world

Field world.

store

final Store store

Field store.

Method Detail

AbstractWorldCommand

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

Method AbstractWorldCommand.

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

executeAsync

final CompletableFuture executeAsync (@Nonnull final CommandContext context)

Method executeAsync.

Parameters:
@Nonnull final CommandContext context