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