Class LootJsonParser

java.lang.Object
net.fabricmc.fabric.api.loot.v1.LootJsonParser

@Deprecated public final class LootJsonParser extends Object
Deprecated.
Use LootGsons.getTableGsonBuilder() from vanilla instead.
  • Method Details

    • read

      public static <T> T read(Reader json, Class<T> c)
      Deprecated.
    • read

      public static <T> T read(String json, Class<T> c)
      Deprecated.