Interface | Description |
---|---|
BlockConstructedCallback | Deprecated
Please migrate to v1.
|
DynamicRegistrySetupCallback |
This event gets triggered when a new
DynamicRegistryManager gets created, but before it gets filled. |
ItemConstructedCallback | Deprecated
Please migrate to v1.
|
RegistryAttributeHolder | |
RegistryEntryAddedCallback<T> | |
RegistryEntryRemovedCallback<T> | |
RegistryIdRemapCallback<T> |
The remapping process functions as follows:
RegistryEntryRemovedCallbacks are called to remove any objects culled in the process, with the old numeric ID.
|
RegistryIdRemapCallback.RemapState<T> |
Class | Description |
---|---|
FabricRegistryBuilder<T,R extends net.minecraft.util.registry.MutableRegistry<T>> |
Used to create custom registries, with specified registry attributes.
|
Enum | Description |
---|---|
RegistryAttribute |