Uses of Class
net.minecraft.resources.RegistryReadOps
Packages that use RegistryReadOps
-
Uses of RegistryReadOps in net.minecraft.core
Methods in net.minecraft.core with parameters of type RegistryReadOpsModifier and TypeMethodDescriptionstatic voidRegistryAccess.load(RegistryAccess p_175501_, RegistryReadOps<?> p_175502_)private static <E> voidRegistryAccess.readRegistry(RegistryReadOps<?> p_175504_, RegistryAccess p_175505_, RegistryAccess.RegistryData<E> p_175506_) -
Uses of RegistryReadOps in net.minecraft.resources
Fields in net.minecraft.resources declared as RegistryReadOpsModifier and TypeFieldDescriptionprivate RegistryReadOps<com.google.gson.JsonElement>RegistryReadOps.jsonOpsMethods in net.minecraft.resources that return RegistryReadOpsModifier and TypeMethodDescriptionstatic <T> RegistryReadOps<T>RegistryReadOps.create(com.mojang.serialization.DynamicOps<T> p_179887_, RegistryReadOps.ResourceAccess p_179888_, RegistryAccess p_179889_)static <T> RegistryReadOps<T>RegistryReadOps.create(com.mojang.serialization.DynamicOps<T> p_179883_, ResourceManager p_179884_, RegistryAccess p_179885_)static <T> RegistryReadOps<T>RegistryReadOps.createAndLoad(com.mojang.serialization.DynamicOps<T> p_179871_, RegistryReadOps.ResourceAccess p_179872_, RegistryAccess p_179873_)static <T> RegistryReadOps<T>RegistryReadOps.createAndLoad(com.mojang.serialization.DynamicOps<T> p_179867_, ResourceManager p_179868_, RegistryAccess p_179869_)