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

16 lines
445 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS ii net/minecraft/nbt/StringTag
FIELD f value Ljava/lang/String;
2017-04-05 14:11:28 -04:00
METHOD a getType ()B
2018-12-12 12:12:26 -05:00
METHOD a read (Ljava/io/DataInput;ILib;)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-12-12 12:12:26 -05:00
METHOD a toTextComponent (Ljava/lang/String;I)Ljd;
2018-11-04 07:22:38 -05:00
ARG 1 indent
METHOD a escape (Ljava/lang/String;Z)Ljava/lang/String;
ARG 0 value
ARG 1 addQuotes
2018-12-12 12:12:26 -05:00
METHOD b copy ()Lij;
METHOD c copy ()Lii;
2017-04-05 14:11:28 -04:00
METHOD c_ asString ()Ljava/lang/String;