Package net.fabricmc.fabric.api.event.registry
package net.fabricmc.fabric.api.event.registry
-
ClassDescriptionContains methods for registering and accessing dynamic registries.Flags for configuring dynamic registry syncing.This event gets triggered before a dynamic registry is being loaded.A view providing access to the registries that are currently being loaded.General-purpose Fabric-provided extensions for
Registry
objects.FabricRegistryBuilder<T,R extends MutableRegistry<T>> Used to create custom registries, with specified registry attributes.An event for when an entry is added to a registry.The remapping process functions as follows: RegistryEntryRemovedCallbacks are called to remove any objects culled in the process, with the old numeric ID.