public class BrushConfigClearCommand extends AbstractPlayerCommand
Command for brushconfigclea operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > BrushConfigClearCommand
Field Summary
playerUUID
final
UUID
playerUUID
Field playerUUID.
prototypeSettings
final
PrototypePlayerBuilderToolSettings
prototypeSettings
Field prototypeSettings.
brushConfigCommandExecutor
final
BrushConfigCommandExecutor
brushConfigCommandExecutor
Field brushConfigCommandExecutor.
Method Detail
BrushConfigClearCommand
public
public
BrushConfigClearCommand
()
Method BrushConfigClearCommand.
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 CommandContextcontext@Nonnull final Storestore@Nonnull final Refref@Nonnull final PlayerRefplayerRef@Nonnull final Worldworld