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

11 lines
242 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS dv net/minecraft/nbt/TagEnd
2016-08-12 14:24:17 -04:00
METHOD a getType ()B
2016-10-18 11:31:59 -04:00
METHOD a read (Ljava/io/DataInput;ILeb;)V
2016-08-12 14:24:17 -04:00
ARG 0 input
ARG 1 depth
ARG 2 tracker
METHOD a write (Ljava/io/DataOutput;)V
ARG 0 output
2016-10-18 11:31:59 -04:00
METHOD b copy ()Leh;
METHOD c copy ()Ldv;