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
-
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
Modifier and TypeMethodDescriptiondefault IFormattableTextComponent
append
(ITextComponent p_230529_1_) default IFormattableTextComponent
withStyle
(UnaryOperator<Style> p_240700_1_) default IFormattableTextComponent
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 Details
-
setStyle
-
append
-
append
-
withStyle
-
withStyle
-
withStyle
-
withStyle
-