SelectionHistoryCommand

public class SelectionHistoryCommand extends AbstractPlayerCommand

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

java.lang.Object > AbstractPlayerCommand > SelectionHistoryCommand

Field Summary

enabled

final boolean enabled

Field enabled.

playerComponent

final Player playerComponent

Field playerComponent.

builderState

final BuilderToolsPlugin.BuilderState builderState

Field builderState.

userData

final BuilderToolsUserData userData

Field userData.

Method Detail

SelectionHistoryCommand

public public SelectionHistoryCommand ()

Method SelectionHistoryCommand.

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