public class BrushConfigDebugStepCommand extends AbstractPlayerCommand
Command for brushconfigdebugste operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > BrushConfigDebugStepCommand
Field Summary
uuidComponent
final
UUIDComponent
uuidComponent
Field uuidComponent.
numSteps
final
int
numSteps
Field numSteps.
prototypeSettings
final
PrototypePlayerBuilderToolSettings
prototypeSettings
Field prototypeSettings.
brushConfig
final
BrushConfig
brushConfig
Field brushConfig.
brushConfigCommandExecutor
final
BrushConfigCommandExecutor
brushConfigCommandExecutor
Field brushConfigCommandExecutor.
indexAtStart
final
int
indexAtStart
Field indexAtStart.
header
final
Message
header
Field header.
values
final
List
values
Field values.
brushOperation
final
SequenceBrushOperation
brushOperation
Field brushOperation.
Method Detail
BrushConfigDebugStepCommand
public
public
BrushConfigDebugStepCommand
()
Method BrushConfigDebugStepCommand.
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