Uses of Class
net.minecraft.util.registry.RegistryKeyCodec
-
Packages that use RegistryKeyCodec Package Description net.minecraft.util.registry -
-
Uses of RegistryKeyCodec in net.minecraft.util.registry
Methods in net.minecraft.util.registry that return RegistryKeyCodec Modifier and Type Method Description static <E> RegistryKeyCodec<E>
RegistryKeyCodec. create(RegistryKey<? extends Registry<E>> p_241794_0_, com.mojang.serialization.Codec<E> p_241794_1_)
private static <E> RegistryKeyCodec<E>
RegistryKeyCodec. create(RegistryKey<? extends Registry<E>> p_244325_0_, com.mojang.serialization.Codec<E> p_244325_1_, boolean p_244325_2_)
-