Package net.minecraft.util.text
Interface IFormattableTextComponent
-
- All Superinterfaces:
ITextComponent
,ITextProperties
,com.mojang.brigadier.Message
- All Known Implementing Classes:
KeybindTextComponent
,NBTTextComponent
,NBTTextComponent.Block
,NBTTextComponent.Entity
,NBTTextComponent.Storage
,ScoreTextComponent
,SelectorTextComponent
,StringTextComponent
,TextComponent
,TranslationTextComponent
public interface IFormattableTextComponent extends ITextComponent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.minecraft.util.text.ITextComponent
ITextComponent.Serializer
-
Nested classes/interfaces inherited from interface net.minecraft.util.text.ITextProperties
ITextProperties.IStyledTextAcceptor<T>, ITextProperties.ITextAcceptor<T>
-
-
Field Summary
-
Fields inherited from interface net.minecraft.util.text.ITextProperties
EMPTY, STOP_ITERATION
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default IFormattableTextComponent
append(java.lang.String p_240702_1_)
IFormattableTextComponent
append(ITextComponent p_230529_1_)
IFormattableTextComponent
setStyle(Style p_230530_1_)
default IFormattableTextComponent
withStyle(java.util.function.UnaryOperator<Style> p_240700_1_)
default IFormattableTextComponent
withStyle(Style p_240703_1_)
default IFormattableTextComponent
withStyle(TextFormatting p_240699_1_)
default IFormattableTextComponent
withStyle(TextFormatting... p_240701_1_)
-
Methods inherited from interface net.minecraft.util.text.ITextComponent
copy, getContents, getSiblings, getString, getString, getStyle, getVisualOrderText, plainCopy, visit, visit, visitSelf, visitSelf
-
-
-
-
Method Detail
-
setStyle
IFormattableTextComponent setStyle(Style p_230530_1_)
-
append
default IFormattableTextComponent append(java.lang.String p_240702_1_)
-
append
IFormattableTextComponent append(ITextComponent p_230529_1_)
-
withStyle
default IFormattableTextComponent withStyle(java.util.function.UnaryOperator<Style> p_240700_1_)
-
withStyle
default IFormattableTextComponent withStyle(Style p_240703_1_)
-
withStyle
default IFormattableTextComponent withStyle(TextFormatting... p_240701_1_)
-
withStyle
default IFormattableTextComponent withStyle(TextFormatting p_240699_1_)
-
-