Interface PointedDripstone

All Superinterfaces:
BlockData, Cloneable, Waterlogged

public interface PointedDripstone extends Waterlogged
'thickness' represents the dripstone thickness.
'vertical_direction' represents the dripstone orientation.
Some blocks may not be able to face in all directions, use getVerticalDirections() to get all possible directions for this block.
  • Method Details

    • getVerticalDirection

      @NotNull BlockFace getVerticalDirection()
      Gets the value of the 'vertical_direction' property.
      Returns:
      the 'vertical_direction' value
    • setVerticalDirection

      void setVerticalDirection(@NotNull BlockFace direction)
      Sets the value of the 'vertical_direction' property.
      Parameters:
      direction - the new 'vertical_direction' value
    • getVerticalDirections

      @NotNull Set<BlockFace> getVerticalDirections()
      Gets the faces which are applicable to this block.
      Returns:
      the allowed 'vertical_direction' values
    • getThickness

      Gets the value of the 'thickness' property.
      Returns:
      the 'thickness' value
    • setThickness

      void setThickness(@NotNull PointedDripstone.Thickness thickness)
      Sets the value of the 'thickness' property.
      Parameters:
      thickness - the new 'thickness' value