Package net.minecraft.util.registry
package net.minecraft.util.registry
-
ClassDescriptionStores a few hardcoded registries with builtin values for datapack-loadable registries, from which a registry tracker can create a new dynamic registry.A functional interface that initializes the registry and returns the default value.A manager of dynamic registries.Represents the serialization behavior of the registries, including the id of the registry, the codec for its elements, and whether the registry should be sent to the client.Registry<T>RegistryKey<T>Represents a key for a value in a registry in a context where a root registry is available.