类 JsonUtils

java.lang.Object
net.neoforged.neoforge.common.util.JsonUtils

public class JsonUtils extends Object
  • 构造器详细资料

    • JsonUtils

      public JsonUtils()
  • 方法详细资料

    • listOf

      private static <E> com.google.common.reflect.TypeToken<List<E>> listOf(Type arg)
    • readNBT

      @Nullable public static @Nullable CompoundTag readNBT(com.google.gson.JsonObject json, String key)
    • mapOf

      private static <E> com.google.common.reflect.TypeToken<Map<String,E>> mapOf(Type arg)