Uses of Interface
net.minecraft.text.TextContent
Packages that use TextContent
-
Uses of TextContent in net.minecraft.text
Classes in net.minecraft.text that implement TextContentModifier and TypeClassDescriptionclass
The keybind text content.final record
class
class
class
class
Fields in net.minecraft.text declared as TextContentModifier and TypeFieldDescriptionprivate final TextContent
MutableText.content
static final TextContent
TextContent.EMPTY
An empty text content.Methods in net.minecraft.text that return TextContentModifier and TypeMethodDescriptionMutableText.getContent()
Returns the content of the text.Text.getContent()
Returns the content of the text.Methods in net.minecraft.text with parameters of type TextContentModifier and TypeMethodDescriptionstatic MutableText
MutableText.of
(TextContent content) Creates a piece of mutable text with the given content, with no sibling and style.Constructors in net.minecraft.text with parameters of type TextContentModifierConstructorDescription(package private)
MutableText
(TextContent content, List<Text> siblings, Style style)