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

55 lines
2.4 KiB
Plaintext

CLASS net/minecraft/class_5250 net/minecraft/text/MutableText
COMMENT The text implementation, with mutation operations.
FIELD field_39005 content Lnet/minecraft/class_7417;
FIELD field_39006 siblings Ljava/util/List;
FIELD field_39007 style Lnet/minecraft/class_2583;
FIELD field_39008 ordered Lnet/minecraft/class_5481;
FIELD field_39009 language Lnet/minecraft/class_2477;
METHOD <init> (Lnet/minecraft/class_7417;Ljava/util/List;Lnet/minecraft/class_2583;)V
ARG 1 content
ARG 2 siblings
ARG 3 style
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
METHOD method_10852 append ([Lnet/minecraft/class_2561;)Lnet/minecraft/class_5250;
COMMENT Appends a text to this text's siblings.
ARG 1 texts
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
METHOD method_43477 of (Lnet/minecraft/class_7417;)Lnet/minecraft/class_5250;
COMMENT Creates a piece of mutable text with the given content, with no sibling
COMMENT and style.
ARG 0 content
METHOD method_54663 withColor (I)Lnet/minecraft/class_5250;
COMMENT {@return the text with the RGB color {@code color}}
ARG 1 color
METHOD method_59494 append ([Ljava/lang/Object;)Lnet/minecraft/class_5250;
ARG 1 objects