writeCompound

public void writeCompound(NBTCompound compound)

Same as writeCompound, but with close set to true.

See also


public void writeCompound(NBTCompound compound, boolean close)

Write a compound tag to the stream

Parameters

close

Whether or not the compound should be closed via a END

Throws

If the compound could not be written