Interface Lectern

All Superinterfaces:
BlockEntity

public interface Lectern extends BlockEntity
  • Method Details

    • hasBook

      boolean hasBook()
    • getBook

      @Nullable ItemStack getBook()
    • setBook

      void setBook(@Nullable ItemStack book)
    • getPage

      int getPage()
    • setPage

      void setPage(@org.checkerframework.checker.index.qual.NonNegative int page)
    • getTotalPages

      int getTotalPages()