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
NBTExceptionprotected java.lang.String readKey()
throws NBTException
NBTExceptionprotected NBTBase readTypedValue() throws NBTException
NBTExceptionprotected NBTBase readValue() throws NBTException
NBTExceptionprotected NBTBase readList() throws NBTException
NBTExceptionprotected NBTTagCompound readStruct() throws NBTException
NBTExceptionprotected boolean isAllowedInKey(char charIn)