Uses of Class
net.minecraft.text.MutableText
Package
Description
-
Uses of MutableText in net.minecraft.block
-
Uses of MutableText in net.minecraft.client.gui.hud
Modifier and TypeMethodDescriptionprivate 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
Modifier and TypeMethodDescriptionprotected static MutableText
ConfirmLinkScreen.getConfirmText
(boolean linkTrusted) protected static MutableText
ConfirmLinkScreen.getConfirmText
(boolean linkTrusted, String link) -
Uses of MutableText in net.minecraft.client.gui.screen.ingame
Modifier and TypeMethodDescriptionprotected MutableText
BeaconScreen.EffectButtonWidget.getEffectName
(StatusEffect statusEffect) protected MutableText
BeaconScreen.LevelTwoEffectButtonWidget.getEffectName
(StatusEffect statusEffect) protected MutableText
BeaconScreen.EffectButtonWidget.getNarrationMessage()
-
Uses of MutableText in net.minecraft.client.gui.screen.multiplayer
Modifier and TypeMethodDescription(package private) MutableText
SocialInteractionsPlayerListEntry.getNarrationMessage
(MutableText text) Modifier and TypeMethodDescription(package private) MutableText
SocialInteractionsPlayerListEntry.getNarrationMessage
(MutableText text) -
Uses of MutableText in net.minecraft.client.gui.screen.option
Modifier and TypeFieldDescriptionprivate final MutableText
TelemetryEventWidget.ContentsBuilder.narration
-
Uses of MutableText in net.minecraft.client.gui.screen.world
Modifier and TypeMethodDescriptionprivate static MutableText
CreateWorldScreen.WorldTab.getWorldTypeNarrationMessage
(CyclingButtonWidget<WorldCreator.WorldType> worldTypeButton) -
Uses of MutableText in net.minecraft.client.gui.widget
Modifier and TypeFieldDescriptionprivate Function<CyclingButtonWidget<T>,
MutableText> CyclingButtonWidget.Builder.narrationMessageFactory
private final Function<CyclingButtonWidget<T>,
MutableText> CyclingButtonWidget.narrationMessageFactory
Modifier and TypeMethodDescriptionprivate MutableText
CyclingButtonWidget.composeGenericOptionText
(T value) ButtonWidget.NarrationSupplier.createNarrationMessage
(Supplier<MutableText> textSupplier) CyclingButtonWidget.getGenericNarrationMessage()
Returns a generic narration message for this button.protected MutableText
ButtonWidget.getNarrationMessage()
protected MutableText
ClickableWidget.getNarrationMessage()
static MutableText
ClickableWidget.getNarrationMessage
(Text message) protected MutableText
CyclingButtonWidget.getNarrationMessage()
protected MutableText
LockButtonWidget.getNarrationMessage()
protected MutableText
SliderWidget.getNarrationMessage()
protected MutableText
TextFieldWidget.getNarrationMessage()
Modifier and TypeMethodDescriptionButtonWidget.NarrationSupplier.createNarrationMessage
(Supplier<MutableText> textSupplier) CyclingButtonWidget.Builder.narration
(Function<CyclingButtonWidget<T>, MutableText> narrationMessageFactory) Overrides the narration message of the button to build. -
Uses of MutableText in net.minecraft.client.util.telemetry
Modifier and TypeMethodDescriptionTelemetryEventType.getDescription()
private MutableText
TelemetryEventProperty.getTitle()
TelemetryEventType.getTitle()
-
Uses of MutableText in net.minecraft.entity.player
Modifier and TypeMethodDescriptionprivate MutableText
PlayerEntity.addTellClickEvent
(MutableText component) Modifier and TypeMethodDescriptionprivate MutableText
PlayerEntity.addTellClickEvent
(MutableText component) -
Uses of MutableText in net.minecraft.item
Modifier and TypeMethodDescriptionBannerPatternItem.getDescription()
DiscFragmentItem.getDescription()
MusicDiscItem.getDescription()
Modifier and TypeMethodDescriptionprivate static Text
FireworkStarItem.appendColors
(MutableText line, int[] colors) -
Uses of MutableText in net.minecraft.scoreboard
Modifier and TypeMethodDescriptionabstract 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.Team.decorateName
(Text name) Decorates the name of an entity with the prefix, suffix and color of this team.Team.getFormattedName()
-
Uses of MutableText in net.minecraft.screen
Modifier and TypeMethodDescriptionstatic MutableText
ScreenTexts.composeGenericOptionText
(Text text, Text value) static MutableText
ScreenTexts.composeToggleText
(Text text, boolean value) static MutableText
ScreenTexts.days
(long days) static MutableText
ScreenTexts.hours
(long hours) static MutableText
ScreenTexts.joinSentences
(Text[] sentences) static MutableText
ScreenTexts.minutes
(long minutes) static MutableText
ScreenTexts.space()
-
Uses of MutableText in net.minecraft.server.command
-
Uses of MutableText in net.minecraft.text
Modifier and TypeMethodDescriptionAppends a literal text with contenttext
to this text's siblings.Appends a text to this text's siblings.static MutableText
static MutableText
Texts.bracketedCopyable
(String string) default MutableText
Text.copy()
Copies the text's content, the style, and the siblings.default MutableText
Text.copyContentOnly()
Copies the text's content, excluding the styles or siblings.Text.Serializer.deserialize
(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) static MutableText
Text.empty()
Fills the absent parts of this text's style with definitions fromstyleOverride
.MutableText.formatted
(Formatting formatting) Add a formatting to this text's style.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
static @Nullable MutableText
Text.Serializer.fromLenientJson
(String json) static <T> MutableText
Texts.join
(Collection<? extends T> elements, Optional<? extends Text> separator, Function<T, Text> transformer) static <T> MutableText
Texts.join
(Collection<? extends T> elements, Text separator, Function<T, Text> transformer) static MutableText
static MutableText
static MutableText
Text.nbt
(String rawPath, boolean interpret, Optional<Text> separator, NbtDataSource dataSource) static MutableText
MutableText.of
(TextContent content) Creates a piece of mutable text with the given content, with no sibling and style.NbtTextContent.parse
(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth) Parses this content into a basic mutable text without custom style or siblings.ScoreTextContent.parse
(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth) Parses this content into a basic mutable text without custom style or siblings.SelectorTextContent.parse
(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth) Parses this content into a basic mutable text without custom style or siblings.default MutableText
TextContent.parse
(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth) Parses this content into a basic mutable text without custom style or siblings.static MutableText
TranslatableTextContent.parse
(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth) Parses this content into a basic mutable text without custom style or siblings.static MutableText
static MutableText
Sets the style of this text.static MutableText
Texts.setStyleIfAbsent
(MutableText text, Style style) MutableText.styled
(UnaryOperator<Style> styleUpdater) Updates the style of this text.static MutableText
Text.translatable
(String key) static MutableText
Text.translatable
(String key, Object[] args) static MutableText
Text.translatableWithFallback
(String key, @Nullable String fallback) static MutableText
Text.translatableWithFallback
(String key, @Nullable String fallback, Object[] args) Modifier and TypeMethodDescriptionstatic Optional<MutableText>
Texts.parse
(@Nullable ServerCommandSource source, Optional<Text> text, @Nullable Entity sender, int depth) Modifier and TypeMethodDescriptionstatic MutableText
Texts.setStyleIfAbsent
(MutableText text, Style style) -
Uses of MutableText in net.minecraft.world.level.storage