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 MutableTextBlock. 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 TextPlayerListHud. 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 MutableTextScreenTexts. composeGenericOptionText(Text text, Text value)static MutableTextScreenTexts. 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 MutableTextSocialInteractionsPlayerListEntry. getNarrationMessage(MutableText mutableText)Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type MutableText Modifier and Type Method Description private MutableTextSocialInteractionsPlayerListEntry. 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. narrationMessageFactoryprivate Function<CyclingButtonWidget<T>,MutableText>CyclingButtonWidget. narrationMessageFactoryMethods in net.minecraft.client.gui.widget that return MutableText Modifier and Type Method Description private MutableTextCyclingButtonWidget. composeGenericOptionText(T value)MutableTextCyclingButtonWidget. getGenericNarrationMessage()Returns a generic narration message for this button.protected MutableTextAbstractButtonWidget. getNarrationMessage()static MutableTextAbstractButtonWidget. getNarrationMessage(Text message)protected MutableTextCyclingButtonWidget. getNarrationMessage()protected MutableTextLockButtonWidget. getNarrationMessage()protected MutableTextSliderWidget. getNarrationMessage()protected MutableTextTextFieldWidget. 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 MutableTextEntitySelector. 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 MutableTextPlayerEntity. addTellClickEvent(MutableText component)Methods in net.minecraft.entity.player with parameters of type MutableText Modifier and Type Method Description private MutableTextPlayerEntity. addTellClickEvent(MutableText component) -
Uses of MutableText in net.minecraft.item
Methods in net.minecraft.item that return MutableText Modifier and Type Method Description MutableTextBannerPatternItem. getDescription()MutableTextMusicDiscItem. getDescription()Methods in net.minecraft.item with parameters of type MutableText Modifier and Type Method Description private static TextFireworkChargeItem. 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 MutableTextAbstractTeam. decorateName(Text name)Decorates the name of an entity with the prefix, suffix and color of this team.static MutableTextTeam. decorateName(@Nullable AbstractTeam team, Text name)Decorates the name of an entity with the prefix, suffix and color of the team.MutableTextTeam. decorateName(Text name)Decorates the name of an entity with the prefix, suffix and color of this team.MutableTextTeam. getFormattedName() -
Uses of MutableText in net.minecraft.text
Classes in net.minecraft.text that implement MutableText Modifier and Type Class Description classBaseTextclassKeybindTextclassLiteralTextclassNbtTextstatic classNbtText.BlockNbtTextstatic classNbtText.EntityNbtTextstatic classNbtText.StorageNbtTextclassScoreTextclassSelectorTextclassTranslatableTextMethods in net.minecraft.text that return MutableText Modifier and Type Method Description MutableTextBaseText. append(Text text)Appends a text to this text's siblings.default MutableTextMutableText. append(String text)Appends a literal text with contenttextto this text's siblings.MutableTextMutableText. append(Text text)Appends a text to this text's siblings.static MutableTextTexts. bracketed(Text text)MutableTextText. copy()Copies the text itself, excluding the styles or siblings.MutableTextText.Serializer. deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)default MutableTextMutableText. fillStyle(Style styleOverride)Fills the absent parts of this text's style with definitions fromstyleOverride.default MutableTextMutableText. formatted(Formatting formatting)Add a formatting to this text's style.default MutableTextMutableText. formatted(Formatting[] formattings)Adds some formattings to this text's style.static @Nullable MutableTextText.Serializer. fromJson(JsonElement json)static MutableTextText.Serializer. fromJson(com.mojang.brigadier.StringReader reader)static @Nullable MutableTextText.Serializer. fromJson(String json)static @Nullable MutableTextText.Serializer. fromLenientJson(String json)static <T> MutableTextTexts. join(Collection<T> elements, Function<T,Text> transformer)MutableTextNbtText. parse(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth)MutableTextParsableText. parse(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth)MutableTextScoreText. parse(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth)MutableTextSelectorText. parse(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth)static MutableTextTexts. parse(@Nullable ServerCommandSource source, Text text, @Nullable Entity sender, int depth)MutableTextTranslatableText. parse(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth)MutableTextBaseText. setStyle(Style style)Sets the style of this text.MutableTextMutableText. setStyle(Style style)Sets the style of this text.static MutableTextTexts. setStyleIfAbsent(MutableText text, Style style)MutableTextBaseText. shallowCopy()Copies the text itself, the style, and the siblings.MutableTextText. shallowCopy()Copies the text itself, the style, and the siblings.default MutableTextMutableText. 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 MutableTextTexts. 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 MutableTextLevelSummary. getVersion()