public interface IFormattableTextComponent extends ITextComponent
ITextComponent.Serializer
ITextProperties.IStyledTextAcceptor<T>, ITextProperties.ITextAcceptor<T>
EMPTY, STOP_ITERATION
Modifier and Type | Method and Description |
---|---|
IFormattableTextComponent |
append(ITextComponent p_230529_1_) |
default IFormattableTextComponent |
append(java.lang.String p_240702_1_) |
IFormattableTextComponent |
setStyle(Style p_230530_1_) |
default IFormattableTextComponent |
withStyle(Style p_240703_1_) |
default IFormattableTextComponent |
withStyle(TextFormatting... p_240701_1_) |
default IFormattableTextComponent |
withStyle(TextFormatting p_240699_1_) |
default IFormattableTextComponent |
withStyle(java.util.function.UnaryOperator<Style> p_240700_1_) |
copy, getContents, getSiblings, getString, getString, getStyle, getVisualOrderText, nullToEmpty, plainCopy, visit, visit, visitSelf, visitSelf
composite, composite, of, of
IFormattableTextComponent setStyle(Style p_230530_1_)
default IFormattableTextComponent append(java.lang.String p_240702_1_)
IFormattableTextComponent append(ITextComponent p_230529_1_)
default IFormattableTextComponent withStyle(java.util.function.UnaryOperator<Style> p_240700_1_)
default IFormattableTextComponent withStyle(Style p_240703_1_)
default IFormattableTextComponent withStyle(TextFormatting... p_240701_1_)
default IFormattableTextComponent withStyle(TextFormatting p_240699_1_)