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

15 lines
453 B
Plaintext

CLASS none/ey net/minecraft/text/TextComponentBase
FIELD a children Ljava/util/List;
FIELD b style Lnone/ff;
METHOD a getChildren ()Ljava/util/List;
METHOD a append (Ljava/lang/String;)Lnone/fa;
ARG 0 text
METHOD a append (Lnone/fa;)Lnone/fa;
ARG 0 component
METHOD a setStyle (Lnone/ff;)Lnone/fa;
ARG 0 style
METHOD b getStyle ()Lnone/ff;
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other
METHOD iterator iterator ()Ljava/util/Iterator;