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

21 lines
527 B
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS ir net/minecraft/nbt/Tag
2016-08-12 14:24:17 -04:00
FIELD a TYPES [Ljava/lang/String;
2019-03-14 08:57:09 -04:00
FIELD b AQUA Lc;
FIELD c GREEN Lc;
FIELD d GOLD Lc;
FIELD e RED Lc;
2016-08-12 14:24:17 -04:00
METHOD a getType ()B
2019-03-14 08:57:09 -04:00
METHOD a createTag (B)Lir;
2017-05-13 02:02:51 -04:00
ARG 0 id
2019-03-14 08:57:09 -04:00
METHOD a read (Ljava/io/DataInput;ILik;)V
2018-11-04 07:22:38 -05:00
ARG 1 input
ARG 2 depth
2016-08-12 14:24:17 -04:00
METHOD a write (Ljava/io/DataOutput;)V
2019-03-14 08:57:09 -04:00
METHOD a toTextComponent (Ljava/lang/String;I)Ljl;
2018-11-04 07:22:38 -05:00
ARG 1 indent
2019-03-14 08:57:09 -04:00
METHOD b copy ()Lir;
2016-08-12 14:24:17 -04:00
METHOD c_ asString ()Ljava/lang/String;
2019-03-14 08:57:09 -04:00
METHOD k toTextComponent ()Ljl;
2019-01-16 13:24:40 -05:00
METHOD l idToString (I)Ljava/lang/String;
ARG 0 id