UpdateSelectionCommand

public class UpdateSelectionCommand extends AbstractPlayerCommand

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

java.lang.Object > AbstractPlayerCommand > UpdateSelectionCommand

Field Summary

playerComponent

final Player playerComponent

Field playerComponent.

xMin

final int xMin

Field xMin.

yMin

final int yMin

Field yMin.

zMin

final int zMin

Field zMin.

xMax

final int xMax

Field xMax.

yMax

final int yMax

Field yMax.

zMax

final int zMax

Field zMax.

Method Detail

UpdateSelectionCommand

public public UpdateSelectionCommand ()

Method UpdateSelectionCommand.

execute

protected void execute (@Nonnull final CommandContext context, @Nonnull final Store store, @Nonnull final Ref ref, @Nonnull final PlayerRef playerRef, @Nonnull final World world)

Method execute.

Parameters:
@Nonnull final CommandContext context
@Nonnull final Store store
@Nonnull final Ref ref
@Nonnull final PlayerRef playerRef
@Nonnull final World world