Uses of Class
net.minecraft.util.dynamic.RegistryLoader
Packages that use RegistryLoader
-
Uses of RegistryLoader in net.minecraft.util.dynamic
Fields in net.minecraft.util.dynamic declared as RegistryLoaderModifier and TypeFieldDescriptionprivate final RegistryLoader
RegistryLoader.LoaderAccess.loader
The field for theloader
record component.Methods in net.minecraft.util.dynamic that return RegistryLoaderModifier and TypeMethodDescriptionRegistryLoader.LoaderAccess.loader()
Returns the value of theloader
record component.Constructors in net.minecraft.util.dynamic with parameters of type RegistryLoaderModifierConstructorDescriptionLoaderAccess
(DynamicRegistryManager.Mutable mutable, RegistryLoader registryLoader) -
Uses of RegistryLoader in net.minecraft.util.registry
Methods in net.minecraft.util.registry with parameters of type RegistryLoaderModifier and TypeMethodDescriptionstatic void
DynamicRegistryManager.load
(DynamicRegistryManager.Mutable dynamicRegistryManager, com.mojang.serialization.DynamicOps<JsonElement> ops, RegistryLoader registryLoader) Loads a dynamic registry manager from the resource manager's data files.