Interface MossyCarpet

All Superinterfaces:
BlockData, Cloneable

@Experimental @MinecraftExperimental(WINTER_DROP) public interface MossyCarpet extends BlockData
This class encompasses the 'north', 'east', 'south', 'west', height flags which are used to set the height of a face. 'bottom' denotes whether this is a bottom block.
  • Method Details

    • isBottom

      boolean isBottom()
      Gets the value of the 'bottom' property.
      Returns:
      the 'bottom' value
    • setBottom

      void setBottom(boolean bottom)
      Sets the value of the 'bottom' property.
      Parameters:
      bottom - the new 'bottom' value
    • getHeight

      Gets the height of the specified face.
      Parameters:
      face - to check
      Returns:
      if face is enabled
    • setHeight

      Set the height of the specified face.
      Parameters:
      face - to set
      height - the height