Interface SimpleDataRegistry.Reader<T>

Enclosing class:
SimpleDataRegistry<T>
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 SimpleDataRegistry.Reader<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    read(net.minecraft.resources.ResourceLocation id, com.google.gson.JsonObject json)
     
  • Method Details

    • read

      T read(net.minecraft.resources.ResourceLocation id, com.google.gson.JsonObject json)