net.minecraft.network.chat

public class MutableComponent

implements Component

yc
net.minecraft.network.chat.MutableComponent

Field summary

Modifier and TypeField
private final ComponentContents
c
contents
private final List<Component>
d
siblings
private Style
e
style
private FormattedCharSequence
f
visualOrderText
private Language
g
decomposedWith

Constructor summary

ModifierConstructor
(ComponentContents arg0, List<Component> arg1, Style arg2)

Method summary

Modifier and TypeMethod
public static MutableComponent
a(xp arg0)
create(ComponentContents arg0)
public ComponentContents
b()
getContents()
public List<Component>
c()
getSiblings()
public MutableComponent
b(yl arg0)
setStyle(Style arg0)
public Style
a()
getStyle()
public MutableComponent
f(String arg0)
append(String arg0)
public MutableComponent
b(xo arg0)
append(Component arg0)
public MutableComponent
a(UnaryOperator<yl> arg0)
withStyle(UnaryOperator<Style> arg0)
public MutableComponent
c(yl arg0)
withStyle(Style arg0)
public MutableComponent
a(o... arg0)
withStyle(ChatFormatting... arg0)
public MutableComponent
a(o arg0)
withStyle(ChatFormatting arg0)
public MutableComponent
b(int arg0)
withColor(int arg0)
public FormattedCharSequence
g()
getVisualOrderText()