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

9 lines
275 B
Plaintext
Raw Normal View History

2018-11-07 11:37:58 -05:00
CLASS iw net/minecraft/text/AbstractTextComponent
2016-08-14 13:51:55 -04:00
FIELD a children Ljava/util/List;
2018-11-07 11:37:58 -05:00
FIELD b style Ljh;
2017-04-05 14:11:28 -04:00
METHOD a getChildren ()Ljava/util/List;
2018-11-07 11:37:58 -05:00
METHOD a append (Liz;)Liz;
METHOD a setStyle (Ljh;)Liz;
METHOD b getStyle ()Ljh;
METHOD c stream ()Ljava/util/stream/Stream;