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

16 lines
375 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS ho net/minecraft/nbt/TagEnd
2017-04-05 14:11:28 -04:00
METHOD a getType ()B
2018-10-31 12:57:21 -04:00
METHOD a read (Ljava/io/DataInput;ILhv;)V
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 1 depth
ARG 2 tracker
2017-04-05 14:11:28 -04:00
METHOD a write (Ljava/io/DataOutput;)V
2017-05-13 02:02:51 -04:00
ARG 0 output
METHOD a toTextComponent (Ljava/lang/String;I)Lix;
ARG 0 indent
ARG 1 depth
2018-10-31 12:57:21 -04:00
METHOD b copy ()Lic;
METHOD c copy ()Lho;
METHOD equals (Ljava/lang/Object;)Z
ARG 0 object