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

15 lines
409 B
Plaintext
Raw Normal View History

2018-11-01 04:14:40 -04:00
CLASS ix net/minecraft/text/TextComponent
2016-08-14 13:51:55 -04:00
METHOD a getChildren ()Ljava/util/List;
METHOD a applyFormat (La;)Lix;
ARG 0 format
2018-10-31 12:57:21 -04:00
METHOD a append (Lix;)Lix;
2017-05-13 02:02:51 -04:00
ARG 0 component
2018-10-31 12:57:21 -04:00
METHOD a append (Ljava/lang/String;)Lix;
ARG 0 string
2018-10-31 12:57:21 -04:00
METHOD a setStyle (Ljf;)Lix;
2017-05-13 02:02:51 -04:00
ARG 0 style
2018-10-31 12:57:21 -04:00
METHOD b getStyle ()Ljf;
METHOD c stream ()Ljava/util/stream/Stream;
METHOD d getText ()Ljava/lang/String;
2018-10-31 12:57:21 -04:00
METHOD g copy ()Lix;