Uses of Class
net.minecraft.registry.RegistryOps
Packages that use RegistryOps
Package
Description
The base package for all Minecraft classes.
-
Uses of RegistryOps in net.minecraft
Fields in net.minecraft declared as RegistryOpsModifier and TypeFieldDescriptionprivate static final RegistryOps<NbtElement>class_8734.field_45713 -
Uses of RegistryOps in net.minecraft.registry
Methods in net.minecraft.registry that return RegistryOpsModifier and TypeMethodDescriptionstatic <T> RegistryOps<T>RegistryOps.of(com.mojang.serialization.DynamicOps<T> delegate, RegistryOps.RegistryInfoGetter registryInfoGetter) static <T> RegistryOps<T>RegistryOps.of(com.mojang.serialization.DynamicOps<T> delegate, RegistryWrapper.WrapperLookup wrapperLookup)