@ParametersAreNonnullByDefault public class NbtWriter_v1_2_1 extends NbtWriter_v1_0_0
| Constructor and Description |
|---|
NbtWriter_v1_2_1() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeIntArray(java.io.DataOutput out,
IntArrayTag value)
Write an int array tag.
|
writeByte, writeByteArray, writeCompound, writeDouble, writeFloat, writeHeader, writeInt, writeList, writeLong, writeShort, writeString, writeTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrite, writeLongArraypublic void writeIntArray(java.io.DataOutput out,
IntArrayTag value)
throws java.io.IOException
NbtWriterout - The data outputvalue - The int array tagjava.io.IOException - If an I/O error occurs