ContractSelectionCommand

public class ContractSelectionCommand extends AbstractPlayerCommand

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

java.lang.Object > AbstractPlayerCommand > ContractSelectionCommand

Field Summary

playerComponent

final Player playerComponent

Field playerComponent.

headRotationComponent

final HeadRotation headRotationComponent

Field headRotationComponent.

distance

final int distance

Field distance.

directions

final List directions

Field directions.

Method Detail

ContractSelectionCommand

public public ContractSelectionCommand ()

Method ContractSelectionCommand.

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