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

10 lines
273 B
Plaintext
Raw Normal View History

CLASS iw net/minecraft/text/ITextComponent
2016-08-14 13:51:55 -04:00
METHOD a getChildren ()Ljava/util/List;
METHOD a append (Liw;)Liw;
2017-05-13 02:02:51 -04:00
ARG 0 component
METHOD a setStyle (Lje;)Liw;
2017-05-13 02:02:51 -04:00
ARG 0 style
METHOD b getStyle ()Lje;
METHOD d getText ()Ljava/lang/String;
METHOD g getTextComponent ()Liw;