Uses of Interface
net.minecraft.text.MutableText
-
Uses of MutableText in net.minecraft.block
Methods in net.minecraft.block that return MutableText Modifier and Type Method Description MutableText
Block. getName()
-
Uses of MutableText in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type MutableText Modifier and Type Method Description private Text
PlayerListHud. applyGameModeFormatting(PlayerListEntry entry, MutableText name)
Italicizes the given text if the given player is in spectator mode. -
Uses of MutableText in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen that return MutableText Modifier and Type Method Description static MutableText
ScreenTexts. composeGenericOptionText(Text text, Text value)
static MutableText
ScreenTexts. composeToggleText(Text text, boolean value)
-
Uses of MutableText in net.minecraft.client.gui.screen.multiplayer
Methods in net.minecraft.client.gui.screen.multiplayer that return MutableText Modifier and Type Method Description private MutableText
SocialInteractionsPlayerListEntry. getNarrationMessage(MutableText mutableText)
Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type MutableText Modifier and Type Method Description private MutableText
SocialInteractionsPlayerListEntry. getNarrationMessage(MutableText mutableText)
-
Uses of MutableText in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget with type parameters of type MutableText Modifier and Type Field Description private Function<CyclingButtonWidget<T>,MutableText>
CyclingButtonWidget.Builder. narrationMessageFactory
private Function<CyclingButtonWidget<T>,MutableText>
CyclingButtonWidget. narrationMessageFactory
Methods in net.minecraft.client.gui.widget that return MutableText Modifier and Type Method Description private MutableText
CyclingButtonWidget. composeGenericOptionText(T value)
MutableText
CyclingButtonWidget. getGenericNarrationMessage()
Returns a generic narration message for this button.protected MutableText
AbstractButtonWidget. getNarrationMessage()
static MutableText
AbstractButtonWidget. getNarrationMessage(Text message)
protected MutableText
CyclingButtonWidget. getNarrationMessage()
protected MutableText
LockButtonWidget. getNarrationMessage()
protected MutableText
SliderWidget. getNarrationMessage()
protected MutableText
TextFieldWidget. getNarrationMessage()
Method parameters in net.minecraft.client.gui.widget with type arguments of type MutableText Modifier and Type Method Description CyclingButtonWidget.Builder<T>
CyclingButtonWidget.Builder. narration(Function<CyclingButtonWidget<T>,MutableText> narrationMessageFactory)
Overrides the narration message of the button to build. -
Uses of MutableText in net.minecraft.command
Methods in net.minecraft.command that return MutableText Modifier and Type Method Description static MutableText
EntitySelector. getNames(List<? extends Entity> list)
-
Uses of MutableText in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return MutableText Modifier and Type Method Description private MutableText
PlayerEntity. addTellClickEvent(MutableText component)
Methods in net.minecraft.entity.player with parameters of type MutableText Modifier and Type Method Description private MutableText
PlayerEntity. addTellClickEvent(MutableText component)
-
Uses of MutableText in net.minecraft.item
Methods in net.minecraft.item that return MutableText Modifier and Type Method Description MutableText
BannerPatternItem. getDescription()
MutableText
MusicDiscItem. getDescription()
Methods in net.minecraft.item with parameters of type MutableText Modifier and Type Method Description private static Text
FireworkChargeItem. appendColors(MutableText line, int[] colors)
-
Uses of MutableText in net.minecraft.scoreboard
Methods in net.minecraft.scoreboard that return MutableText Modifier and Type Method Description abstract MutableText
AbstractTeam. decorateName(Text name)
Decorates the name of an entity with the prefix, suffix and color of this team.static MutableText
Team. decorateName(@Nullable AbstractTeam team, Text name)
Decorates the name of an entity with the prefix, suffix and color of the team.MutableText
Team. decorateName(Text name)
Decorates the name of an entity with the prefix, suffix and color of this team.MutableText
Team. getFormattedName()
-
Uses of MutableText in net.minecraft.text
Classes in net.minecraft.text that implement MutableText Modifier and Type Class Description class
BaseText
class
KeybindText
class
LiteralText
class
NbtText
static class
NbtText.BlockNbtText
static class
NbtText.EntityNbtText
static class
NbtText.StorageNbtText
class
ScoreText
class
SelectorText
class
TranslatableText
Methods in net.minecraft.text that return MutableText Modifier and Type Method Description MutableText
BaseText. append(Text text)
Appends a text to this text's siblings.default MutableText
MutableText. append(String text)
Appends a literal text with contenttext
to this text's siblings.MutableText
MutableText. append(Text text)
Appends a text to this text's siblings.static MutableText
Texts. bracketed(Text text)
MutableText
Text. copy()
Copies the text itself, excluding the styles or siblings.MutableText
Text.Serializer. deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)
default MutableText
MutableText. fillStyle(Style styleOverride)
Fills the absent parts of this text's style with definitions fromstyleOverride
.default MutableText
MutableText. formatted(Formatting formatting)
Add a formatting to this text's style.default MutableText
MutableText. formatted(Formatting[] formattings)
Adds some formattings to this text's style.static @Nullable MutableText
Text.Serializer. fromJson(JsonElement json)
static MutableText
Text.Serializer. fromJson(com.mojang.brigadier.StringReader reader)
static @Nullable MutableText
Text.Serializer. fromJson(String json)
static @Nullable MutableText
Text.Serializer. fromLenientJson(String json)
static <T> MutableText
Texts. join(Collection<T> elements, Function<T,Text> transformer)
MutableText
NbtText. parse(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth)
MutableText
ParsableText. parse(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth)
MutableText
ScoreText. parse(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth)
MutableText
SelectorText. parse(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth)
static MutableText
Texts. parse(@Nullable ServerCommandSource source, Text text, @Nullable Entity sender, int depth)
MutableText
TranslatableText. parse(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth)
MutableText
BaseText. setStyle(Style style)
Sets the style of this text.MutableText
MutableText. setStyle(Style style)
Sets the style of this text.static MutableText
Texts. setStyleIfAbsent(MutableText text, Style style)
MutableText
BaseText. shallowCopy()
Copies the text itself, the style, and the siblings.MutableText
Text. shallowCopy()
Copies the text itself, the style, and the siblings.default MutableText
MutableText. styled(UnaryOperator<Style> styleUpdater)
Updates the style of this text.Methods in net.minecraft.text with parameters of type MutableText Modifier and Type Method Description static MutableText
Texts. setStyleIfAbsent(MutableText text, Style style)
-
Uses of MutableText in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return MutableText Modifier and Type Method Description MutableText
LevelSummary. getVersion()