Expand description
Block entities — persistent per-block state.
Block entities store data that standard block states cannot represent, such as chest inventories, furnace cook progress, or sign text. They are keyed by absolute world position and persisted with the chunk.
Enums§
- Block
Entity - A block entity with typed data.
- Block
Entity Kind - Type discriminator for
BlockEntity.