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

13 lines
325 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS hs net/minecraft/nbt/EndTag
2017-04-05 14:11:28 -04:00
METHOD a getType ()B
2019-01-16 13:24:40 -05:00
METHOD a read (Ljava/io/DataInput;ILhz;)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
2019-01-16 13:24:40 -05:00
METHOD a toTextComponent (Ljava/lang/String;I)Ljb;
2018-11-04 07:22:38 -05:00
ARG 1 indent
2019-01-16 13:24:40 -05:00
METHOD b copy ()Lih;
METHOD c copy ()Lhs;
2019-01-09 12:20:38 -05:00
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o