Uses of Record Class
net.minecraft.util.dynamic.EntryLoader.Entry
-
Uses of EntryLoader.Entry in net.minecraft.util.dynamic
Modifier and TypeMethodDescriptionstatic <E> EntryLoader.Entry<E>
EntryLoader.Entry.of
(E value) static <E> EntryLoader.Entry<E>
EntryLoader.Entry.of
(E value, int id) Modifier and TypeMethodDescription<E> Optional<com.mojang.serialization.DataResult<EntryLoader.Entry<E>>>
EntryLoader.Impl.load
(com.mojang.serialization.DynamicOps<JsonElement> json, RegistryKey<? extends Registry<E>> registryId, RegistryKey<E> entryId, com.mojang.serialization.Decoder<E> decoder) <E> Optional<com.mojang.serialization.DataResult<EntryLoader.Entry<E>>>
EntryLoader.load
(com.mojang.serialization.DynamicOps<JsonElement> json, RegistryKey<? extends Registry<E>> registryId, RegistryKey<E> entryId, com.mojang.serialization.Decoder<E> decoder)