Exemplo n.º 1
0
 internal void WriteTag(NBTStream stream)
 {
     stream.WriteByteTag((byte)this.Type);
     stream.WriteStringTag(this.Name);
     this.Write(stream);
 }
Exemplo n.º 2
0
 internal override void Write(NBTStream stream)
 {
     stream.WriteStringTag(this.Data);
 }