Interface Lectern

All Superinterfaces:
BlockData, Cloneable, Directional, Powerable

public interface Lectern extends Directional, Powerable
'has_book' is a quick flag to check whether this lectern has a book inside it.
Since:
1.14
  • Method Details

    • hasBook

      boolean hasBook()
      Gets the value of the 'has_book' property.
      Returns:
      the 'has_book' value
      Since:
      1.14
    • setHasBook

      void setHasBook(boolean hasBook)
      Sets the value of the 'has_book' property.
      Parameters:
      hasBook - the new 'has_book' value
      Since:
      1.21.6