Package net.minecraft.util.dynamic
Interface EntryLoader.Parseable<E>
- Enclosing interface:
EntryLoader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name official aaz$a
intermediary net/minecraft/class_5506$class_7236
named net/minecraft/util/dynamic/EntryLoader$Parseable
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.DataResult<EntryLoader.Entry<E>>
parseElement
(com.mojang.serialization.DynamicOps<JsonElement> jsonOps, com.mojang.serialization.Decoder<E> decoder)
-
Method Details
-
parseElement
com.mojang.serialization.DataResult<EntryLoader.Entry<E>> parseElement(com.mojang.serialization.DynamicOps<JsonElement> jsonOps, com.mojang.serialization.Decoder<E> decoder) - Mappings:
Namespace Name Mixin selector official parseElement
Laaz$a;parseElement(Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/Decoder;)Lcom/mojang/serialization/DataResult;
intermediary parseElement
Lnet/minecraft/class_5506$class_7236;parseElement(Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/Decoder;)Lcom/mojang/serialization/DataResult;
named parseElement
Lnet/minecraft/util/dynamic/EntryLoader$Parseable;parseElement(Lcom/mojang/serialization/DynamicOps;Lcom/mojang/serialization/Decoder;)Lcom/mojang/serialization/DataResult;
-