Class RegenerateChunkBrush

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

public class RegenerateChunkBrush extends AbstractBrush
Regenerates the target chunk.
  • Constructor Details

    • RegenerateChunkBrush

      public RegenerateChunkBrush()
  • Method Details

    • onBrush

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

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

      public void onBrushList(@NotNull @NotNull Snipe snipe)
    • onBrushDefault

      public void onBrushDefault(@NotNull @NotNull Snipe snipe)
    • onBrushBiometype

      public void onBrushBiometype(@NotNull @NotNull Snipe snipe, @NotNull @NotNull BiomeType biomeType)
    • 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