TintCommand

public class TintCommand extends AbstractPlayerCommand

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

java.lang.Object > AbstractPlayerCommand > TintCommand

Field Summary

playerComponent

final Player playerComponent

Field playerComponent.

color

final String color

Field color.

Method Detail

TintCommand

public public TintCommand ()

Method TintCommand.

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