Class JsonUtils
java.lang.Object
net.neoforged.neoforge.common.util.JsonUtils
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static <E> com.google.common.reflect.TypeToken
<List<E>> static @Nullable net.minecraft.nbt.CompoundTag
-
Constructor Details
-
JsonUtils
public JsonUtils()
-
-
Method Details
-
listOf
-
readNBT
@Nullable public static @Nullable net.minecraft.nbt.CompoundTag readNBT(com.google.gson.JsonObject json, String key) -
mapOf
-