Uses of Class
net.minecraft.resources.RegistryLoader
Packages that use RegistryLoader
-
Uses of RegistryLoader in net.minecraft.core
Methods in net.minecraft.core with parameters of type RegistryLoaderModifier and TypeMethodDescriptionstatic void
RegistryAccess.load
(RegistryAccess.Writable p_206172_, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> p_206173_, RegistryLoader p_206174_) -
Uses of RegistryLoader in net.minecraft.resources
Fields in net.minecraft.resources declared as RegistryLoaderModifier and TypeFieldDescriptionprivate final RegistryLoader
RegistryLoader.Bound.loader
The field for theloader
record component.Methods in net.minecraft.resources that return RegistryLoaderModifier and TypeMethodDescriptionRegistryLoader.Bound.loader()
Returns the value of theloader
record component.Constructors in net.minecraft.resources with parameters of type RegistryLoaderModifierConstructorDescriptionBound
(RegistryAccess.Writable access, RegistryLoader loader) Creates an instance of aBound
record class.