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

13 lines
359 B
Plaintext
Raw Normal View History

2018-11-01 04:14:40 -04:00
CLASS iu net/minecraft/text/AbstractTextComponent
2016-08-14 13:51:55 -04:00
FIELD a children Ljava/util/List;
2018-10-31 12:57:21 -04:00
FIELD b style Ljf;
2017-04-05 14:11:28 -04:00
METHOD a getChildren ()Ljava/util/List;
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 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 equals (Ljava/lang/Object;)Z
ARG 0 object