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

17 lines
504 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS ey net/minecraft/text/TextComponentBase
2016-08-14 13:51:55 -04:00
FIELD a children Ljava/util/List;
2016-10-18 11:31:59 -04:00
FIELD b style Lff;
2016-08-14 13:51:55 -04:00
METHOD a getChildren ()Ljava/util/List;
2016-10-18 11:31:59 -04:00
METHOD a append (Lfa;)Lfa;
2016-08-14 13:51:55 -04:00
ARG 0 component
2016-10-18 11:31:59 -04:00
METHOD a setStyle (Lff;)Lfa;
2016-08-14 13:51:55 -04:00
ARG 0 style
2016-10-18 11:31:59 -04:00
METHOD a append (Ljava/lang/String;)Lfa;
ARG 0 string
METHOD b getStyle ()Lff;
METHOD c asString ()Ljava/lang/String;
METHOD d asStringFormatted ()Ljava/lang/String;
2016-08-14 13:51:55 -04:00
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other
METHOD iterator iterator ()Ljava/util/Iterator;