Uses of Class
net.minecraft.util.dynamic.RegistryElementCodec
Packages that use RegistryElementCodec
-
Uses of RegistryElementCodec in net.minecraft.util.dynamic
Methods in net.minecraft.util.dynamic that return RegistryElementCodecModifier and TypeMethodDescriptionstatic <E> RegistryElementCodec<E>
RegistryElementCodec.of
(RegistryKey<? extends Registry<E>> registryRef, com.mojang.serialization.Codec<E> elementCodec) private static <E> RegistryElementCodec<E>
RegistryElementCodec.of
(RegistryKey<? extends Registry<E>> registryRef, com.mojang.serialization.Codec<E> elementCodec, boolean allowInlineDefinitions)