Uses of Interface
net.minecraft.util.dynamic.EntryLoader.Parseable
-
Uses of EntryLoader.Parseable in net.minecraft.util.dynamic
Modifier and TypeMethodDescription<E> Optional<EntryLoader.Parseable<E>>
EntryLoader.createParseable
(RegistryKey<E> key) <E> Optional<EntryLoader.Parseable<E>>
EntryLoader.Impl.createParseable
(RegistryKey<E> key) <E> Map<RegistryKey<E>,
EntryLoader.Parseable<E>> EntryLoader.getKnownEntryPaths
(RegistryKey<? extends Registry<E>> key) <E> Map<RegistryKey<E>,
EntryLoader.Parseable<E>> EntryLoader.Impl.getKnownEntryPaths
(RegistryKey<? extends Registry<E>> key) Modifier and TypeMethodDescriptionprivate <E> com.mojang.serialization.DataResult<RegistryEntry<E>>
RegistryLoader.load
(MutableRegistry<E> registry, RegistryKey<? extends Registry<E>> registryRef, com.mojang.serialization.Codec<E> codec, RegistryKey<E> entryKey, Optional<EntryLoader.Parseable<E>> parseable, com.mojang.serialization.DynamicOps<JsonElement> ops)