Expand description
Block entity registry for creating block entity instances.
Structs§
- Block
Entity 🔒Entry - Registry entry for a block entity type.
- Block
Entity Registry - Registry for block entity factories.
- Block
Entity Registry Lock - Wrapper for the global block entity registry that implements
Deref.
Statics§
- BLOCK_
ENTITIES - Global block entity registry.
Functions§
- init_
block_ entities - Initializes the global block entity registry.
Type Aliases§
- Block
Entity Factory - Factory function type for creating block entities.