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 Stringname@Nonnull final Stringdescription