yarn/mappings/net/minecraft/text/TextComponentBase.mapping

16 lines
456 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS he net/minecraft/text/TextComponentBase
2016-08-14 13:51:55 -04:00
FIELD a children Ljava/util/List;
2017-06-08 10:01:49 -04:00
FIELD b style Lhn;
2017-04-05 14:11:28 -04:00
METHOD a getChildren ()Ljava/util/List;
2017-06-08 10:01:49 -04:00
METHOD a append (Lhh;)Lhh;
2017-05-13 02:02:51 -04:00
ARG 0 component
2017-06-08 10:01:49 -04:00
METHOD a setStyle (Lhn;)Lhh;
2017-05-13 02:02:51 -04:00
ARG 0 style
2017-06-08 10:01:49 -04:00
METHOD a append (Ljava/lang/String;)Lhh;
2017-05-13 02:02:51 -04:00
ARG 0 string
2017-06-08 10:01:49 -04:00
METHOD b getStyle ()Lhn;
2017-04-05 14:11:28 -04:00
METHOD c asString ()Ljava/lang/String;
METHOD d asStringFormatted ()Ljava/lang/String;
METHOD equals (Ljava/lang/Object;)Z
ARG 0 object