Interface EntryLoader.class_7236<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.

@FunctionalInterface public static interface EntryLoader.class_7236<E>
Mappings:
Namespace Name
official yy$a
intermediary net/minecraft/class_5506$class_7236
named net/minecraft/util/dynamic/EntryLoader$class_7236
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.serialization.DataResult<EntryLoader.Entry<E>>
    parseElement(com.mojang.serialization.DynamicOps<JsonElement> dynamicOps, com.mojang.serialization.Decoder<E> decoder)
     
  • Method Details

    • parseElement

      com.mojang.serialization.DataResult<EntryLoader.Entry<E>> parseElement(com.mojang.serialization.DynamicOps<JsonElement> dynamicOps, com.mojang.serialization.Decoder<E> decoder)