CLASS net/minecraft/class_5250 net/minecraft/text/MutableText COMMENT A text with mutation operations. METHOD method_10852 append (Lnet/minecraft/class_2561;)Lnet/minecraft/class_5250; COMMENT Appends a text to this text's siblings. ARG 1 text COMMENT the sibling METHOD method_10862 setStyle (Lnet/minecraft/class_2583;)Lnet/minecraft/class_5250; COMMENT Sets the style of this text. ARG 1 style METHOD method_27692 formatted (Lnet/minecraft/class_124;)Lnet/minecraft/class_5250; COMMENT Add a formatting to this text's style. ARG 1 formatting COMMENT a formatting METHOD method_27693 append (Ljava/lang/String;)Lnet/minecraft/class_5250; COMMENT Appends a literal text with content {@code text} to this text's siblings. ARG 1 text COMMENT the literal text content METHOD method_27694 styled (Ljava/util/function/UnaryOperator;)Lnet/minecraft/class_5250; COMMENT Updates the style of this text. COMMENT COMMENT @see Text#getStyle() COMMENT @see #setStyle(Style) ARG 1 styleUpdater COMMENT the style updater METHOD method_27695 formatted ([Lnet/minecraft/class_124;)Lnet/minecraft/class_5250; COMMENT Adds some formattings to this text's style. ARG 1 formattings COMMENT an array of formattings METHOD method_27696 fillStyle (Lnet/minecraft/class_2583;)Lnet/minecraft/class_5250; COMMENT Fills the absent parts of this text's style with definitions from {@code COMMENT styleOverride}. COMMENT COMMENT @see Style#withParent(Style) ARG 1 styleOverride COMMENT the style that provides definitions for absent definitions in this text's style