Skip to main content

Module registry

Module registry 

Source
Expand description

Block entity registry for creating block entity instances.

Structs§

BlockEntityEntry 🔒
Registry entry for a block entity type.
BlockEntityRegistry
Registry for block entity factories.
BlockEntityRegistryLock
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§

BlockEntityFactory
Factory function type for creating block entities.