Package net.minecraft.network.chat
Interface MutableComponent
- All Superinterfaces:
Component,FormattedText,com.mojang.brigadier.Message
- All Known Implementing Classes:
BaseComponent,KeybindComponent,NbtComponent,NbtComponent.BlockNbtComponent,NbtComponent.EntityNbtComponent,NbtComponent.StorageNbtComponent,ScoreComponent,SelectorComponent,TextComponent,TranslatableComponent
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.network.chat.Component
Component.SerializerNested classes/interfaces inherited from interface net.minecraft.network.chat.FormattedText
FormattedText.ContentConsumer<T>, FormattedText.StyledContentConsumer<T> -
Field Summary
Fields inherited from interface net.minecraft.network.chat.FormattedText
EMPTY, STOP_ITERATION -
Method Summary
Modifier and TypeMethodDescriptiondefault MutableComponentdefault MutableComponentwithStyle(UnaryOperator<Style> p_130939_) default MutableComponentwithStyle(ChatFormatting p_130941_) default MutableComponentwithStyle(ChatFormatting... p_130945_) default MutableComponentMethods inherited from interface net.minecraft.network.chat.Component
copy, getContents, getSiblings, getString, getString, getStyle, getVisualOrderText, plainCopy, toFlatList, visit, visit, visitSelf, visitSelf
-
Method Details
-
setStyle
-
append
-
append
-
withStyle
-
withStyle
-
withStyle
-
withStyle
-