Interface BookMeta

All Superinterfaces:
Book, Buildable<Book,Book.Builder>, Cloneable, ConfigurationSerializable, net.kyori.examination.Examinable, ItemMeta, PersistentDataHolder, WritableBookMeta

public interface BookMeta extends WritableBookMeta, Book
Represents a Material.WRITTEN_BOOK that can have a title, an author, and pages.

Before using this type, make sure to check the itemstack's material with ItemStack.getType(). instanceof on the meta instance is not sufficient due to unusual inheritance with relation to WritableBookMeta.

  • Method Details