Uses of Record Class
net.minecraft.util.dynamic.RegistryLoader.LoaderAccess
-
Uses of RegistryLoader.LoaderAccess in net.minecraft.util.dynamic
Modifier and TypeFieldDescriptionprivate final Optional<RegistryLoader.LoaderAccess>
RegistryOps.loaderAccess
Modifier and TypeMethodDescriptionRegistryLoader.createAccess
(DynamicRegistryManager.Mutable dynamicRegistryManager) ModifierConstructorDescriptionprivate
RegistryOps
(com.mojang.serialization.DynamicOps<T> delegate, DynamicRegistryManager dynamicRegistryManager, Optional<RegistryLoader.LoaderAccess> loaderAccess) -
Uses of RegistryLoader.LoaderAccess in net.minecraft.util.registry
Modifier and TypeMethodDescriptionprivate static <E> void
DynamicRegistryManager.load
(com.mojang.serialization.DynamicOps<JsonElement> ops, RegistryLoader.LoaderAccess loaderAccess, DynamicRegistryManager.Info<E> info) Loads elements from theops
into the registry specified byinfo
within themanager
.