Class ErodeBrush

java.lang.Object
com.thevoxelbox.voxelsniper.brush.type.AbstractBrush
com.thevoxelbox.voxelsniper.brush.type.ErodeBrush
All Implemented Interfaces:
Brush, VoxelCommandElement

public class ErodeBrush extends AbstractBrush
  • Constructor Details

    • ErodeBrush

      public ErodeBrush()
  • Method Details

    • onBrush

      public void onBrush(@NotNull @NotNull Snipe snipe)
    • onBrushInfo

      public void onBrushInfo(@NotNull @NotNull Snipe snipe)
    • onBrushPreset

      public void onBrushPreset(@NotNull @NotNull Snipe snipe, @NotNull @NotNull ErodeBrush.Preset preset)
    • onBrushErosionfaces

      public void onBrushErosionfaces(@NotNull @NotNull Snipe snipe, int erosionFaces)
    • onBrushErosionrecursion

      public void onBrushErosionrecursion(@NotNull @NotNull Snipe snipe, int erosionRecursions)
    • onBrushFillfaces

      public void onBrushFillfaces(@NotNull @NotNull Snipe snipe, int fillFaces)
    • onBrushFillrecursion

      public void onBrushFillrecursion(@NotNull @NotNull Snipe snipe, int fillRecursions)
    • handleArrowAction

      public void handleArrowAction(Snipe snipe)
      Description copied from interface: Brush
      The arrow action. Executed when a player right clicks with an arrow
      Parameters:
      snipe - Snipe
    • handleGunpowderAction

      public void handleGunpowderAction(Snipe snipe)
      Description copied from interface: Brush
      The gunpowder action. Executed when a player right clicks with gunpowder
      Parameters:
      snipe - Snipe
    • sendInfo

      public void sendInfo(Snipe snipe)
      Description copied from interface: Brush
      Send brush information.
      Parameters:
      snipe - Snipe