Class AbstractStampBrush

java.lang.Object
com.thevoxelbox.voxelsniper.brush.type.AbstractBrush
com.thevoxelbox.voxelsniper.brush.type.stamp.AbstractStampBrush
All Implemented Interfaces:
Brush, VoxelCommandElement
Direct Known Subclasses:
CloneStampBrush

public abstract class AbstractStampBrush extends AbstractBrush
  • Field Details

  • Constructor Details

    • AbstractStampBrush

      public AbstractStampBrush()
  • Method Details

    • 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
    • reSort

      public void reSort()
    • falling

      protected boolean falling(BlockType type)
    • fallsOff

      protected boolean fallsOff(BlockType type)
    • setBlock

      protected void setBlock(StampBrushBlockWrapper blockWrapper)
    • setBlockFill

      protected void setBlockFill(StampBrushBlockWrapper blockWrapper)
    • stamp

      protected void stamp()
    • stampFill

      protected void stampFill()
    • stampNoAir

      protected void stampNoAir()
    • getStamp

      public StampType getStamp()
    • setStamp

      public void setStamp(StampType stamp)