java.lang.Object
com.fastasyncworldedit.core.command.tool.brush.CommandBrush
All Implemented Interfaces:
Brush

public class CommandBrush extends Object implements Brush
  • Constructor Details

    • CommandBrush

      @Deprecated(forRemoval=true) public CommandBrush(String command)
      Deprecated, for removal: This API element is subject to removal in a future version.
      New instance
    • CommandBrush

      public CommandBrush(String command, boolean print)
      New instance
      Parameters:
      command - command to run, or commands split by ';'
      print - if output should be printed to the actor for the run commands
  • Method Details