Uses of Record Class
net.minecraft.util.dynamic.RegistryLoader.LoaderAccess
Packages that use RegistryLoader.LoaderAccess
-
Uses of RegistryLoader.LoaderAccess in net.minecraft.util.dynamic
Fields in net.minecraft.util.dynamic with type parameters of type RegistryLoader.LoaderAccessModifier and TypeFieldDescriptionprivate final Optional<RegistryLoader.LoaderAccess>
RegistryOps.loaderAccess
Methods in net.minecraft.util.dynamic that return RegistryLoader.LoaderAccessModifier and TypeMethodDescriptionRegistryLoader.createAccess
(DynamicRegistryManager.Mutable dynamicRegistryManager) Methods in net.minecraft.util.dynamic that return types with arguments of type RegistryLoader.LoaderAccessConstructor parameters in net.minecraft.util.dynamic with type arguments of type RegistryLoader.LoaderAccessModifierConstructorDescriptionprivate
RegistryOps
(com.mojang.serialization.DynamicOps<T> delegate, DynamicRegistryManager dynamicRegistryManager, Optional<RegistryLoader.LoaderAccess> loaderAccess) -
Uses of RegistryLoader.LoaderAccess in net.minecraft.util.registry
Methods in net.minecraft.util.registry with parameters of type RegistryLoader.LoaderAccessModifier 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
.