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

11 lines
278 B
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS hr net/minecraft/nbt/TagEnd
2017-04-05 14:11:28 -04:00
METHOD a getType ()B
2018-11-27 13:50:51 -05:00
METHOD a read (Ljava/io/DataInput;ILhy;)V
2018-11-04 07:22:38 -05:00
ARG 1 input
ARG 2 depth
2017-04-05 14:11:28 -04:00
METHOD a write (Ljava/io/DataOutput;)V
2018-11-27 13:50:51 -05:00
METHOD a toTextComponent (Ljava/lang/String;I)Lja;
2018-11-04 07:22:38 -05:00
ARG 1 indent
2018-11-27 13:50:51 -05:00
METHOD b copy ()Lig;
METHOD c copy ()Lhr;