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

13 lines
355 B
Plaintext
Raw Normal View History

CLASS it net/minecraft/text/TextComponentBase
2016-08-14 13:51:55 -04:00
FIELD a children Ljava/util/List;
FIELD b style Lje;
2017-04-05 14:11:28 -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 c stream ()Ljava/util/stream/Stream;
METHOD equals (Ljava/lang/Object;)Z
ARG 0 object