public static class NBTSerializer.CompoundSerializer extends java.lang.Object implements NBTSerializer<NBTTagCompound>
NBTSerializer.ByteArraySerializer, NBTSerializer.CompoundSerializer, NBTSerializer.EndSerializer, NBTSerializer.IntArraySerializer, NBTSerializer.ListSerializer, NBTSerializer.SimpleValueSerializer<T>| Constructor and Description |
|---|
CompoundSerializer() |
| Modifier and Type | Method and Description |
|---|---|
NBTTagCompound |
read(NBTManager nbtManager,
NBTInputStream inputStream) |
void |
write(NBTManager nbtManager,
NBTOutputStream outputStream,
NBTTagCompound nbt) |
public NBTTagCompound read(NBTManager nbtManager, NBTInputStream inputStream) throws java.io.IOException
read in interface NBTSerializer<NBTTagCompound>java.io.IOExceptionpublic void write(NBTManager nbtManager, NBTOutputStream outputStream, NBTTagCompound nbt) throws java.io.IOException
write in interface NBTSerializer<NBTTagCompound>java.io.IOException