net.minecraft.text

public interface Text

extends Message, Iterable<Text>

ij
net.minecraft.class_1982
net.minecraft.text.Text
net.minecraft.util.text.ITextComponent
net.minecraft.util.text.ITextComponent

Method summary

Modifier and TypeMethod
Text
a(ip arg0)
method_7468(class_1986 arg0)
setStyle(Style style)
func_150255_a(Style arg0)
setStyle(Style style)
Style
b()
method_7470()
getStyle()
func_150256_b()
getStyle()
default Text
a(String arg0)
method_7469(String arg0)
append(String text)
func_150258_a(String arg0)
appendText(String text)
Text
a(ij arg0)
method_7467(class_1982 arg0)
append(Text text)
func_150257_a(ITextComponent arg0)
appendSibling(ITextComponent component)
String
d()
method_7473()
getContent()
func_150261_e()
getUnformattedComponentText()
default String
getString()
getString()
getString()
getString()
default String
a(int arg0)
method_20169(int arg0)
getString(int length)
func_212636_a(int arg0)
getStringTruncated(int maxLen)
default String
e()
method_7472()
getFormattedString()
func_150254_d()
getFormattedText()
List<Text>
a()
method_7466()
getSiblings()
func_150253_a()
getSiblings()
Stream<Text>
c()
method_20175()
stream()
func_212640_c()
stream()
default Stream<Text>
f()
method_20176()
flatStream()
func_212637_f()
func_212637_f()
default Iterator<Text>
iterator()
iterator()
iterator()
iterator()
Text
g()
method_7474()
copy()
func_150259_f()
shallowCopy()
default Text
h()
method_20177()
deepCopy()
func_212638_h()
deepCopy()
default Text
a(Consumer<ip> arg0)
method_20172(Consumer<class_1986> arg0)
withStyle(Consumer<Style> action)
func_211710_a(Consumer<Style> arg0)
applyTextStyle(Consumer<Style> styleConsumer)
default Text
a(a... arg0)
method_20173(class_1442... arg0)
setFormatting(Formatting... formatting)
func_211709_a(TextFormatting... arg0)
applyTextStyles(TextFormatting... colors)
default Text
a(a arg0)
method_20170(class_1442 arg0)
setFormatting(Formatting formatting)
func_211708_a(TextFormatting arg0)
applyTextStyle(TextFormatting color)
static Text
b(ij arg0)
method_20174(class_1982 arg0)
flatten(Text text)
func_212639_b(ITextComponent arg0)
copyWithoutSiblings(ITextComponent textComponent)