net.minecraft.client.render.command

public record TextCommandRenderer$Command$Text

implements TextCommandRenderer$Command

net.minecraft.client.renderer.feature.TextFeatureRenderer$Content$Text
net.minecraft.class_11691$class_1_1457$class_1_1459
net.minecraft.client.render.command.TextCommandRenderer$Command$Text

Field summary

Modifier and TypeField
private final float
x
comp_1_1598
x
private final float
y
comp_1_1599
y
private final OrderedText
string
comp_1_1597
text
private final boolean
dropShadow
comp_1_1595
dropShadow
private final int
color
comp_1_1594
color
private final int
backgroundColor
comp_1_1593
backgroundColor
private final int
outlineColor
comp_1_1596
outlineColor

Constructor summary

ModifierConstructor
public (float x, float y, OrderedText text, boolean dropShadow, int color, int backgroundColor, int outlineColor)

Method summary

Modifier and TypeMethod
public float
x()
comp_1_1598()
x()
public float
y()
comp_1_1599()
y()
public OrderedText
string()
comp_1_1597()
text()
public boolean
dropShadow()
comp_1_1595()
dropShadow()
public int
color()
comp_1_1594()
color()
public int
backgroundColor()
comp_1_1593()
backgroundColor()
public int
outlineColor()
comp_1_1596()
outlineColor()