LecternBlockEntity
Lectern with ID = 37.
id:string= "Lectern"
Standing book item, tag determines book placement.
Count:int
Amount of item in slot.
Damage:int= "0 // not damaged at all"
Dealed damage, when it comes to item will be broken.
Name:string
Typed identifier, such as "minecraft:stick".
Slot:int
Indexed slot, required in containers with more than one slots.
WasPickedUp:byte
Picked up by entity, denies despawn it naturally.
+tag:compound extends T
Additional data, such as nametags, enchantments, etc.
hasBook:byte
If book is placed, observer detects changed block.
page:int
Index of page opened on lectern, redstone comparator obtains power page / totalPages * 15.
totalPages:int
Total pages counted in .
Block Entity will be saved without instantiating new one when transporting (via pistons, commands, etc.).