Uses of Record Class
net.minecraft.util.dynamic.RegistryLoader.LoaderAccess
Packages that use RegistryLoader.LoaderAccess
- 
Uses of RegistryLoader.LoaderAccess in net.minecraft.util.dynamicFields in net.minecraft.util.dynamic with type parameters of type RegistryLoader.LoaderAccessModifier and TypeFieldDescriptionprivate final Optional<RegistryLoader.LoaderAccess>RegistryOps.loaderAccessMethods 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.LoaderAccessModifierConstructorDescriptionprivateRegistryOps(com.mojang.serialization.DynamicOps<T> delegate, DynamicRegistryManager dynamicRegistryManager, Optional<RegistryLoader.LoaderAccess> loaderAccess) 
- 
Uses of RegistryLoader.LoaderAccess in net.minecraft.util.registryMethods in net.minecraft.util.registry with parameters of type RegistryLoader.LoaderAccessModifier and TypeMethodDescriptionprivate static <E> voidDynamicRegistryManager.load(com.mojang.serialization.DynamicOps<JsonElement> ops, RegistryLoader.LoaderAccess loaderAccess, DynamicRegistryManager.Info<E> info) Loads elements from theopsinto the registry specified byinfowithin themanager.