yarn/mappings/net/minecraft/nbt/NbtIo.mapping

30 lines
732 B
Plaintext
Raw Normal View History

2019-02-20 15:49:23 -05:00
CLASS ii net/minecraft/nbt/NbtIo
METHOD a write (Lhx;Ljava/io/DataOutput;)V
ARG 0 tag
ARG 1 output
2019-02-20 15:49:23 -05:00
METHOD a safeWrite (Lhx;Ljava/io/File;)V
ARG 0 tag
ARG 1 file
2019-02-20 15:49:23 -05:00
METHOD a writeCompressed (Lhx;Ljava/io/OutputStream;)V
ARG 0 tag
ARG 1 stream
2019-02-20 15:49:23 -05:00
METHOD a write (Lio;Ljava/io/DataOutput;)V
ARG 0 tag
ARG 1 output
2019-02-20 15:49:23 -05:00
METHOD a read (Ljava/io/DataInput;ILih;)Lio;
ARG 0 input
ARG 1 depth
ARG 2 tracker
2019-02-20 15:49:23 -05:00
METHOD a read (Ljava/io/DataInput;Lih;)Lhx;
ARG 0 input
ARG 1 trakcer
2019-02-20 15:49:23 -05:00
METHOD a read (Ljava/io/DataInputStream;)Lhx;
ARG 0 stream
2019-02-20 15:49:23 -05:00
METHOD a read (Ljava/io/File;)Lhx;
ARG 0 file
2019-02-20 15:49:23 -05:00
METHOD a readCompressed (Ljava/io/InputStream;)Lhx;
ARG 0 stream
2019-02-20 15:49:23 -05:00
METHOD b write (Lhx;Ljava/io/File;)V
ARG 0 tag
ARG 1 file