Interface RegistryResourceAccess.EntryThunk<E>

Enclosing interface:
RegistryResourceAccess
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 RegistryResourceAccess.EntryThunk<E>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.serialization.DataResult<RegistryResourceAccess.ParsedEntry<E>>
    parseElement(com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> p_214271_, com.mojang.serialization.Decoder<E> p_214272_)
     
  • Method Details

    • parseElement

      com.mojang.serialization.DataResult<RegistryResourceAccess.ParsedEntry<E>> parseElement(com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> p_214271_, com.mojang.serialization.Decoder<E> p_214272_)