| Class | Description |
|---|---|
| BuiltinRegistries |
Stores a few hardcoded registries with builtin values for datapack-loadable registries,
from which a registry tracker can create a new dynamic registry.
|
| DefaultedRegistry<T> | |
| DynamicRegistryManager |
A manager of dynamic registries.
|
| DynamicRegistryManager.Impl |
An immutable implementation of the dynamic registry manager, representing
a specialized configuration of registries.
|
| DynamicRegistryManager.Info<E> |
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.
|
| MutableRegistry<T> | |
| Registry<T> | |
| RegistryKey<T> |
Represents a key for a value in a registry in a context where a
root registry is available.
|
| RegistryLookupCodec<E> | |
| SimpleRegistry<T> | |
| SimpleRegistry.RegistryManagerEntry<T> |