public class BrushConfigCommand extends AbstractCommandCollection
Command for brushconfi operations. Registered with the command system and callable by players.
java.lang.Object > AbstractCommandCollection > BrushConfigCommand
Field Summary
infoString
final
String
infoString
Field infoString.
Method Detail
BrushConfigCommand
public
public
BrushConfigCommand
()
Method BrushConfigCommand.
BrushConfigClearCommand
public
new
BrushConfigClearCommand
()
Method BrushConfigClearCommand.
BrushConfigListCommand
public
new
BrushConfigListCommand
()
Method BrushConfigListCommand.
BrushConfigDebugStepCommand
public
new
BrushConfigDebugStepCommand
()
Method BrushConfigDebugStepCommand.
BrushConfigExitCommand
public
new
BrushConfigExitCommand
()
Method BrushConfigExitCommand.
BrushConfigLoadCommand
public
new
BrushConfigLoadCommand
()
Method BrushConfigLoadCommand.
AbstractPlayerCommand
public
new
AbstractPlayerCommand
(this, "info", "Information on the current brush configuration")
Method AbstractPlayerCommand.
- Parameters:
thisthis"info""info""Information on the current brushconfiguration"
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