Uses of Interface
net.minecraft.util.text.IFormattableTextComponent
Packages that use IFormattableTextComponent
Package
Description
-
Uses of IFormattableTextComponent in net.minecraft.block
Methods in net.minecraft.block that return IFormattableTextComponent -
Uses of IFormattableTextComponent in net.minecraft.client.gui
Methods in net.minecraft.client.gui that return IFormattableTextComponentModifier and TypeMethodDescriptionstatic IFormattableTextComponent
DialogTexts.optionStatus
(ITextComponent p_244281_0_, boolean p_244281_1_) -
Uses of IFormattableTextComponent in net.minecraft.client.gui.overlay
Methods in net.minecraft.client.gui.overlay with parameters of type IFormattableTextComponentModifier and TypeMethodDescriptionprivate ITextComponent
PlayerTabOverlayGui.decorateName
(NetworkPlayerInfo p_238524_1_, IFormattableTextComponent p_238524_2_) -
Uses of IFormattableTextComponent in net.minecraft.client.gui.social
Methods in net.minecraft.client.gui.social that return IFormattableTextComponentModifier and TypeMethodDescriptionprivate IFormattableTextComponent
FilterListEntry.getEntryNarationMessage
(IFormattableTextComponent p_244750_1_) Methods in net.minecraft.client.gui.social with parameters of type IFormattableTextComponentModifier and TypeMethodDescriptionprivate IFormattableTextComponent
FilterListEntry.getEntryNarationMessage
(IFormattableTextComponent p_244750_1_) -
Uses of IFormattableTextComponent in net.minecraft.client.gui.widget
Methods in net.minecraft.client.gui.widget that return IFormattableTextComponentModifier and TypeMethodDescriptionprotected IFormattableTextComponent
AbstractSlider.createNarrationMessage()
protected IFormattableTextComponent
TextFieldWidget.createNarrationMessage()
protected IFormattableTextComponent
Widget.createNarrationMessage()
-
Uses of IFormattableTextComponent in net.minecraft.client.gui.widget.button
Methods in net.minecraft.client.gui.widget.button that return IFormattableTextComponentModifier and TypeMethodDescriptionprotected IFormattableTextComponent
LockIconButton.createNarrationMessage()
-
Uses of IFormattableTextComponent in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments that return IFormattableTextComponent -
Uses of IFormattableTextComponent in net.minecraft.entity.player
Fields in net.minecraft.entity.player with type parameters of type IFormattableTextComponentModifier and TypeFieldDescriptionprivate final Collection<IFormattableTextComponent>
PlayerEntity.prefixes
private final Collection<IFormattableTextComponent>
PlayerEntity.suffixes
Methods in net.minecraft.entity.player that return IFormattableTextComponentModifier and TypeMethodDescriptionprivate IFormattableTextComponent
PlayerEntity.decorateDisplayNameComponent
(IFormattableTextComponent p_208016_1_) Methods in net.minecraft.entity.player that return types with arguments of type IFormattableTextComponentMethods in net.minecraft.entity.player with parameters of type IFormattableTextComponentModifier and TypeMethodDescriptionprivate IFormattableTextComponent
PlayerEntity.decorateDisplayNameComponent
(IFormattableTextComponent p_208016_1_) -
Uses of IFormattableTextComponent in net.minecraft.item
Methods in net.minecraft.item that return IFormattableTextComponentModifier and TypeMethodDescriptionBannerPatternItem.getDisplayName()
MusicDiscItem.getDisplayName()
Methods in net.minecraft.item with parameters of type IFormattableTextComponentModifier and TypeMethodDescriptionprivate static ITextComponent
FireworkStarItem.appendColors
(IFormattableTextComponent p_200298_0_, int[] p_200298_1_) -
Uses of IFormattableTextComponent in net.minecraft.potion
Fields in net.minecraft.potion declared as IFormattableTextComponentModifier and TypeFieldDescriptionprivate static final IFormattableTextComponent
PotionUtils.NO_EFFECT
-
Uses of IFormattableTextComponent in net.minecraft.scoreboard
Methods in net.minecraft.scoreboard that return IFormattableTextComponentModifier and TypeMethodDescriptionstatic IFormattableTextComponent
ScorePlayerTeam.formatNameForTeam
(Team p_237500_0_, ITextComponent p_237500_1_) ScorePlayerTeam.getFormattedDisplayName()
ScorePlayerTeam.getFormattedName
(ITextComponent p_230427_1_) abstract IFormattableTextComponent
Team.getFormattedName
(ITextComponent p_230427_1_) -
Uses of IFormattableTextComponent in net.minecraft.util.text
Classes in net.minecraft.util.text that implement IFormattableTextComponentModifier and TypeClassDescriptionclass
class
static class
static class
static class
class
class
class
class
class
Methods in net.minecraft.util.text that return IFormattableTextComponentModifier and TypeMethodDescriptiondefault IFormattableTextComponent
IFormattableTextComponent.append
(ITextComponent p_230529_1_) TextComponent.append
(ITextComponent p_230529_1_) ITextComponent.copy()
TextComponent.copy()
ITextComponent.Serializer.deserialize
(com.google.gson.JsonElement p_deserialize_1_, Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_) static <T> IFormattableTextComponent
TextComponentUtils.formatList
(Collection<T> p_240649_0_, Function<T, ITextComponent> p_240649_1_) static IFormattableTextComponent
ITextComponent.Serializer.fromJson
(com.google.gson.JsonElement p_240641_0_) static IFormattableTextComponent
ITextComponent.Serializer.fromJson
(com.mojang.brigadier.StringReader p_240642_0_) static IFormattableTextComponent
static IFormattableTextComponent
ITextComponent.Serializer.fromJsonLenient
(String p_240644_0_) static IFormattableTextComponent
TextComponentUtils.mergeStyles
(IFormattableTextComponent p_240648_0_, Style p_240648_1_) ITextComponent.plainCopy()
ITargetedTextComponent.resolve
(CommandSource p_230535_1_, Entity p_230535_2_, int p_230535_3_) NBTTextComponent.resolve
(CommandSource p_230535_1_, Entity p_230535_2_, int p_230535_3_) ScoreTextComponent.resolve
(CommandSource p_230535_1_, Entity p_230535_2_, int p_230535_3_) SelectorTextComponent.resolve
(CommandSource p_230535_1_, Entity p_230535_2_, int p_230535_3_) TranslationTextComponent.resolve
(CommandSource p_230535_1_, Entity p_230535_2_, int p_230535_3_) static IFormattableTextComponent
TextComponentUtils.updateForEntity
(CommandSource p_240645_0_, ITextComponent p_240645_1_, Entity p_240645_2_, int p_240645_3_) default IFormattableTextComponent
IFormattableTextComponent.withStyle
(UnaryOperator<Style> p_240700_1_) default IFormattableTextComponent
default IFormattableTextComponent
IFormattableTextComponent.withStyle
(TextFormatting p_240699_1_) default IFormattableTextComponent
IFormattableTextComponent.withStyle
(TextFormatting... p_240701_1_) static IFormattableTextComponent
TextComponentUtils.wrapInSquareBrackets
(ITextComponent p_240647_0_) Methods in net.minecraft.util.text with parameters of type IFormattableTextComponentModifier and TypeMethodDescriptionstatic IFormattableTextComponent
TextComponentUtils.mergeStyles
(IFormattableTextComponent p_240648_0_, Style p_240648_1_) -
Uses of IFormattableTextComponent in net.minecraft.world.storage
Methods in net.minecraft.world.storage that return IFormattableTextComponent