Interface Hangable

All Superinterfaces:
BlockData, Cloneable
All Known Subinterfaces:
Lantern, MangrovePropagule

public interface Hangable extends BlockData
'hanging' denotes whether the lantern is hanging from a block.
  • Method Details

    • isHanging

      boolean isHanging()
      Gets the value of the 'hanging' property.
      Returns:
      the 'hanging' value
    • setHanging

      void setHanging(boolean hanging)
      Sets the value of the 'hanging' property.
      Parameters:
      hanging - the new 'hanging' value