public class JsonToNBT
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static NBTTagCompound |
getTagFromJson(java.lang.String jsonString) |
protected boolean |
isAllowedInKey(char charIn) |
protected java.lang.String |
readKey() |
protected NBTBase |
readList() |
protected NBTTagCompound |
readStruct() |
protected NBTBase |
readTypedValue() |
protected NBTBase |
readValue() |
public static NBTTagCompound getTagFromJson(java.lang.String jsonString) throws NBTException
NBTException
protected java.lang.String readKey() throws NBTException
NBTException
protected NBTBase readTypedValue() throws NBTException
NBTException
protected NBTBase readValue() throws NBTException
NBTException
protected NBTBase readList() throws NBTException
NBTException
protected NBTTagCompound readStruct() throws NBTException
NBTException
protected boolean isAllowedInKey(char charIn)