Uses of Class
net.minecraft.network.chat.MutableComponent
Packages that use MutableComponent
Package
Description
-
Uses of MutableComponent in net.minecraft.advancements
Methods in net.minecraft.advancements that return MutableComponentModifier and TypeMethodDescriptionAdvancementType.createAnnouncement(AdvancementHolder pAdvancement, ServerPlayer pPlayer) -
Uses of MutableComponent in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components with type parameters of type MutableComponentModifier and TypeFieldDescriptionprivate Function<CycleButton<T>, MutableComponent> CycleButton.Builder.narrationProviderprivate final Function<CycleButton<T>, MutableComponent> CycleButton.narrationProviderMethods in net.minecraft.client.gui.components that return MutableComponentModifier and TypeMethodDescriptionCycleButton.createDefaultNarrationMessage()private MutableComponentCycleButton.createFullName(T pValue) protected MutableComponentAbstractSliderButton.createNarrationMessage()protected MutableComponentAbstractWidget.createNarrationMessage()Button.CreateNarration.createNarrationMessage(Supplier<MutableComponent> pMessageSupplier) protected MutableComponentButton.createNarrationMessage()protected MutableComponentCycleButton.createNarrationMessage()protected MutableComponentEditBox.createNarrationMessage()protected MutableComponentLockIconButton.createNarrationMessage()static MutableComponentAbstractWidget.wrapDefaultNarrationMessage(Component pMessage) Methods in net.minecraft.client.gui.components with parameters of type MutableComponentModifier and TypeMethodDescriptionprivate ComponentPlayerTabOverlay.decorateName(PlayerInfo pPlayerInfo, MutableComponent pName) Method parameters in net.minecraft.client.gui.components with type arguments of type MutableComponentModifier and TypeMethodDescriptionButton.CreateNarration.createNarrationMessage(Supplier<MutableComponent> pMessageSupplier) CycleButton.Builder.withCustomNarration(Function<CycleButton<T>, MutableComponent> pNarrationProvider) -
Uses of MutableComponent in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens that return MutableComponentModifier and TypeMethodDescriptionprotected static MutableComponentConfirmLinkScreen.confirmMessage(boolean pTrusted) protected static MutableComponentConfirmLinkScreen.confirmMessage(boolean pTrusted, String pExtraInfo) -
Uses of MutableComponent in net.minecraft.client.gui.screens.inventory
Methods in net.minecraft.client.gui.screens.inventory that return MutableComponentModifier and TypeMethodDescriptionprotected MutableComponentBeaconScreen.BeaconPowerButton.createEffectDescription(Holder<MobEffect> pEffect) protected MutableComponentBeaconScreen.BeaconUpgradePowerButton.createEffectDescription(Holder<MobEffect> p_316391_) protected MutableComponentBeaconScreen.BeaconPowerButton.createNarrationMessage() -
Uses of MutableComponent in net.minecraft.client.gui.screens.social
Methods in net.minecraft.client.gui.screens.social that return MutableComponentModifier and TypeMethodDescription(package private) MutableComponentPlayerEntry.getEntryNarationMessage(MutableComponent pComponent) Methods in net.minecraft.client.gui.screens.social with parameters of type MutableComponentModifier and TypeMethodDescription(package private) MutableComponentPlayerEntry.getEntryNarationMessage(MutableComponent pComponent) -
Uses of MutableComponent in net.minecraft.client.gui.screens.telemetry
Fields in net.minecraft.client.gui.screens.telemetry declared as MutableComponentModifier and TypeFieldDescriptionprivate final MutableComponentTelemetryEventWidget.ContentBuilder.narration -
Uses of MutableComponent in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection that return MutableComponentModifier and TypeMethodDescriptionprivate static MutableComponentCreateWorldScreen.WorldTab.createTypeButtonNarration(CycleButton<WorldCreationUiState.WorldTypeEntry> pButton) -
Uses of MutableComponent in net.minecraft.client.telemetry
Methods in net.minecraft.client.telemetry that return MutableComponentModifier and TypeMethodDescriptionTelemetryEventType.description()private MutableComponentTelemetryEventType.makeTranslation(String pKey) TelemetryEventType.title()TelemetryProperty.title() -
Uses of MutableComponent in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework that return MutableComponentModifier and TypeMethodDescriptionprotected MutableComponentGameTestInstance.describeType()protected MutableComponentGameTestInstance.descriptionRow(String pTranslationKey, String pName) protected MutableComponentGameTestInstance.descriptionRow(String pTranslationKey, MutableComponent pName) protected MutableComponentBlockBasedTestInstance.typeDescription()protected MutableComponentFunctionGameTestInstance.typeDescription()protected abstract MutableComponentGameTestInstance.typeDescription()Methods in net.minecraft.gametest.framework with parameters of type MutableComponentModifier and TypeMethodDescriptionprotected MutableComponentGameTestInstance.descriptionRow(String pTranslationKey, MutableComponent pName) -
Uses of MutableComponent in net.minecraft.nbt
Fields in net.minecraft.nbt declared as MutableComponent -
Uses of MutableComponent in net.minecraft.network.chat
Methods in net.minecraft.network.chat that return MutableComponentModifier and TypeMethodDescriptionAdd the given text to this component's siblings.Add the given component to this component's siblings.default MutableComponentComponent.copy()static MutableComponentComponentUtils.copyOnClickText(String pText) static MutableComponentMutableComponent.create(ComponentContents pContents) private static MutableComponentComponentSerialization.createFromList(List<Component> pComponents) static MutableComponentCommonComponents.days(long pDays) (package private) static MutableComponentComponent.Serializer.deserialize(JsonElement pJson, HolderLookup.Provider pProvider) Component.SerializerAdapter.deserialize(JsonElement pJson, Type pTypeOfT, JsonDeserializationContext pContext) static MutableComponentComponent.empty()static <T> MutableComponentComponentUtils.formatList(Collection<? extends T> pElements, Optional<? extends Component> pOptionalSeparator, Function<T, Component> pComponentExtractor) static <T> MutableComponentComponentUtils.formatList(Collection<? extends T> pElements, Component pSeparator, Function<T, Component> pComponentExtractor) static MutableComponentComponent.Serializer.fromJson(JsonElement pJson, HolderLookup.Provider pRegistries) static MutableComponentComponent.Serializer.fromJson(String pJson, HolderLookup.Provider pRegistries) static MutableComponentComponent.Serializer.fromJsonLenient(String pJson, HolderLookup.Provider pRegistries) static MutableComponentCommonComponents.hours(long pHours) static MutableComponentCommonComponents.joinForNarration(Component... pComponents) static MutableComponentstatic MutableComponentstatic MutableComponentComponentUtils.mergeStyles(MutableComponent pComponent, Style pStyle) Merge the component's styles with the given Style.static MutableComponentCommonComponents.minutes(long pMinutes) static MutableComponentComponent.nbt(String pNbtPathPattern, boolean pInterpreting, Optional<Component> pSeparator, DataSource pDataSource) static MutableComponentCommonComponents.optionNameValue(Component pCaption, Component pValueMessage) static MutableComponentCommonComponents.optionStatus(Component pMessage, boolean pComposed) default MutableComponentComponent.plainCopy()default MutableComponentComponentContents.resolve(CommandSourceStack pNbtPathPattern, Entity pEntity, int pRecursionDepth) static MutableComponentstatic MutableComponentComponent.score(SelectorPattern pSelectorPattern, String pObjective) static MutableComponentComponent.selector(SelectorPattern pSelectorPattern, Optional<Component> pSeperator) Sets the style for this component and returns the component itself.static MutableComponentCommonComponents.space()static MutableComponentComponent.translatable(String pKey) static MutableComponentComponent.translatable(String pKey, Object... pArgs) static MutableComponentComponent.translatableEscape(String pKey, Object... pArgs) static MutableComponentComponent.translatableWithFallback(String pKey, String pFallback) static MutableComponentComponent.translatableWithFallback(String pKey, String pFallback, Object... pArgs) static MutableComponentComponentUtils.updateForEntity(CommandSourceStack pCommandSourceStack, Component pComponent, Entity pEntity, int pRecursionDepth) MutableComponent.withColor(int pColor) MutableComponent.withStyle(UnaryOperator<Style> pModifyFunc) MutableComponent.withStyle(ChatFormatting pFormat) MutableComponent.withStyle(ChatFormatting... pFormats) static MutableComponentComponentUtils.wrapInSquareBrackets(Component pToWrap) Wraps the text with square brackets.Methods in net.minecraft.network.chat that return types with arguments of type MutableComponentModifier and TypeMethodDescriptionstatic Optional<MutableComponent> ComponentUtils.updateForEntity(CommandSourceStack pCommandSourceStack, Optional<Component> pOptionalComponent, Entity pEntity, int pRecursionDepth) Methods in net.minecraft.network.chat with parameters of type MutableComponentModifier and TypeMethodDescriptionstatic MutableComponentComponentUtils.mergeStyles(MutableComponent pComponent, Style pStyle) Merge the component's styles with the given Style. -
Uses of MutableComponent in net.minecraft.network.chat.contents
Methods in net.minecraft.network.chat.contents that return MutableComponentModifier and TypeMethodDescriptionprivate MutableComponentScoreContents.getScore(ScoreHolder pScoreHolder, CommandSourceStack pSource) NbtContents.resolve(CommandSourceStack p_237401_, Entity p_237402_, int p_237403_) ScoreContents.resolve(CommandSourceStack p_237444_, Entity p_237445_, int p_237446_) SelectorContents.resolve(CommandSourceStack p_237468_, Entity p_237469_, int p_237470_) TranslatableContents.resolve(CommandSourceStack p_237512_, Entity p_237513_, int p_237514_) -
Uses of MutableComponent in net.minecraft.network.chat.numbers
Methods in net.minecraft.network.chat.numbers that return MutableComponent -
Uses of MutableComponent in net.minecraft.server.commands
Methods in net.minecraft.server.commands that return MutableComponentModifier and TypeMethodDescriptionstatic MutableComponentPublishCommand.getSuccessMessage(int pPort) -
Uses of MutableComponent in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player with type parameters of type MutableComponentModifier and TypeFieldDescriptionprivate final Collection<MutableComponent> Player.prefixesprivate final Collection<MutableComponent> Player.suffixesMethods in net.minecraft.world.entity.player that return MutableComponentModifier and TypeMethodDescriptionprivate MutableComponentPlayer.decorateDisplayNameComponent(MutableComponent pDisplayName) Methods in net.minecraft.world.entity.player that return types with arguments of type MutableComponentMethods in net.minecraft.world.entity.player with parameters of type MutableComponentModifier and TypeMethodDescriptionprivate MutableComponentPlayer.decorateDisplayNameComponent(MutableComponent pDisplayName) -
Uses of MutableComponent in net.minecraft.world.item
Methods in net.minecraft.world.item that return MutableComponent -
Uses of MutableComponent in net.minecraft.world.item.alchemy
Methods in net.minecraft.world.item.alchemy that return MutableComponentModifier and TypeMethodDescriptionstatic MutableComponentPotionContents.getPotionDescription(Holder<MobEffect> pEffect, int pLevel) -
Uses of MutableComponent in net.minecraft.world.item.component
Methods in net.minecraft.world.item.component that return MutableComponentMethods in net.minecraft.world.item.component with parameters of type MutableComponentModifier and TypeMethodDescriptionprivate static ComponentFireworkExplosion.appendColors(MutableComponent pComponent, it.unimi.dsi.fastutil.ints.IntList pColors) -
Uses of MutableComponent in net.minecraft.world.item.enchantment
Fields in net.minecraft.world.item.enchantment with type parameters of type MutableComponentModifier and TypeFieldDescriptionprotected UnaryOperator<MutableComponent> Enchantment.Builder.nameFactoryNeo: Allow customizing or changing theComponentcreated by the enchantment builder.Method parameters in net.minecraft.world.item.enchantment with type arguments of type MutableComponentModifier and TypeMethodDescriptionEnchantment.Builder.withCustomName(UnaryOperator<MutableComponent> nameFactory) Allows specifying an operator that can customize the defaultComponentcreated byEnchantment.Builder.build(ResourceLocation). -
Uses of MutableComponent in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block that return MutableComponent -
Uses of MutableComponent in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity that return MutableComponent -
Uses of MutableComponent in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return MutableComponent -
Uses of MutableComponent in net.minecraft.world.scores
Methods in net.minecraft.world.scores that return MutableComponentModifier and TypeMethodDescriptionstatic MutableComponentPlayerTeam.formatNameForTeam(Team pPlayerTeam, Component pPlayerName) PlayerScoreEntry.formatValue(NumberFormat pFormat) default MutableComponentReadOnlyScoreInfo.formatValue(NumberFormat pFormat) PlayerTeam.getFormattedDisplayName()PlayerTeam.getFormattedName(Component p_83369_) abstract MutableComponentTeam.getFormattedName(Component pFormattedName) static MutableComponentReadOnlyScoreInfo.safeFormatValue(ReadOnlyScoreInfo pScoreInfo, NumberFormat pFormat) -
Uses of MutableComponent in net.neoforged.neoforge.client.gui
Fields in net.neoforged.neoforge.client.gui declared as MutableComponentModifier and TypeFieldDescriptionprivate static final MutableComponentConfigurationScreen.EMPTY_LINEA literal to create an empty line in a tooltip.Methods in net.neoforged.neoforge.client.gui that return MutableComponentModifier and TypeMethodDescriptionprotected MutableComponentConfigurationScreen.ConfigurationSectionScreen.getTranslationComponent(String key) private MutableComponentModMismatchDisconnectedScreen.MismatchInfoPanel.toChannelComponent(List<ResourceLocation> ids, ChatFormatting color) Formats the given list of channel ids to a component which, depending on the current display mode of the list, will list either the first or all channel ids.Methods in net.neoforged.neoforge.client.gui with parameters of type MutableComponentModifier and TypeMethodDescriptionprivate List<org.apache.commons.lang3.tuple.Pair<FormattedCharSequence, FormattedCharSequence>> ModMismatchDisconnectedScreen.MismatchInfoPanel.splitLineToWidth(MutableComponent name, MutableComponent reason) Splits the raw channel namespace and mismatch reason strings, making them use multiple lines if needed, to fit within the table dimensions. -
Uses of MutableComponent in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common that return MutableComponentModifier and TypeMethodDescriptionBooleanAttribute.toComponent(AttributeModifier modif, TooltipFlag flag) BooleanAttribute.toValueComponent(@Nullable AttributeModifier.Operation op, double value, TooltipFlag flag) PercentageAttribute.toValueComponent(AttributeModifier.Operation op, double value, TooltipFlag flag) -
Uses of MutableComponent in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return MutableComponentModifier and TypeMethodDescriptiondefault MutableComponentIAttributeExtension.toBaseComponent(double value, double entityBase, boolean merged, TooltipFlag flag) Converts a "base" attribute modifier (as dictated byIAttributeExtension.getBaseId()) into a text component.default MutableComponentIAttributeExtension.toComponent(AttributeModifier modif, TooltipFlag flag) Converts an attribute modifier into its tooltip representation.default MutableComponentIAttributeExtension.toValueComponent(@Nullable AttributeModifier.Operation op, double value, TooltipFlag flag) Converts the value of an attribute modifier to the value that will be displayed. -
Uses of MutableComponent in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util that return MutableComponentModifier and TypeMethodDescriptionprivate static MutableComponentAttributeUtil.listHeader()Creates a mutable component starting with the char used to represent a drop-down list. -
Uses of MutableComponent in net.neoforged.neoforge.server.command
Methods in net.neoforged.neoforge.server.command that return MutableComponentModifier and TypeMethodDescriptionprivate static MutableComponentTagsCommand.createMessage(MutableComponent header, String containsText, String copyHoverText, long count, long currentPage, ChatFormatting elementColor, Supplier<Stream<String>> names) static MutableComponentCommandUtils.makeTranslatableWithFallback(String key) static MutableComponentCommandUtils.makeTranslatableWithFallback(String key, Object... args) Methods in net.neoforged.neoforge.server.command with parameters of type MutableComponentModifier and TypeMethodDescriptionprivate static MutableComponentTagsCommand.createMessage(MutableComponent header, String containsText, String copyHoverText, long count, long currentPage, ChatFormatting elementColor, Supplier<Stream<String>> names)