net.minecraft.client.render.command

public record OrderedRenderCommandQueueImpl$TextCommand

net.minecraft.client.renderer.SubmitNodeStorage$TextSubmit
net.minecraft.class_11661$class_11674
net.minecraft.client.render.command.OrderedRenderCommandQueueImpl$TextCommand

Field summary

Modifier and TypeField
private final org.joml.Matrix4fc
pose
comp_4525
matricesEntry
private final float
x
comp_4526
x
private final float
y
comp_4527
y
private final OrderedText
string
comp_4528
text
private final boolean
dropShadow
comp_4529
dropShadow
private final TextRenderer$TextLayerType
displayMode
comp_4530
layerType
private final int
lightCoords
comp_4531
lightCoords
private final int
color
comp_4532
color
private final int
backgroundColor
comp_4533
backgroundColor
private final int
outlineColor
comp_4654
outlineColor

Constructor summary

ModifierConstructor
public (org.joml.Matrix4fc matricesEntry, float x, float y, OrderedText text, boolean dropShadow, TextRenderer$TextLayerType layerType, int lightCoords, int color, int backgroundColor, int outlineColor)

Method summary

Modifier and TypeMethod
public org.joml.Matrix4fc
pose()
comp_4525()
matricesEntry()
public float
x()
comp_4526()
x()
public float
y()
comp_4527()
y()
public OrderedText
string()
comp_4528()
text()
public boolean
dropShadow()
comp_4529()
dropShadow()
public TextRenderer$TextLayerType
displayMode()
comp_4530()
layerType()
public int
lightCoords()
comp_4531()
lightCoords()
public int
color()
comp_4532()
color()
public int
backgroundColor()
comp_4533()
backgroundColor()
public int
outlineColor()
comp_4654()
outlineColor()