net.minecraft.client.render.command

public record OrderedRenderCommandQueueImpl$LabelCommand

net.minecraft.client.renderer.SubmitNodeStorage$NameTagSubmit
net.minecraft.class_11661$class_11672
net.minecraft.client.render.command.OrderedRenderCommandQueueImpl$LabelCommand

Field summary

Modifier and TypeField
private final org.joml.Matrix4f
pose
comp_4514
matricesEntry
private final float
x
comp_4515
x
private final float
y
comp_4516
y
private final Text
text
comp_4517
text
private final int
lightCoords
comp_4518
lightCoords
private final int
color
comp_4519
color
private final int
backgroundColor
comp_4520
backgroundColor
private final double
distanceToCameraSq
comp_4521
distanceToCameraSq

Constructor summary

ModifierConstructor
public (org.joml.Matrix4f matricesEntry, float x, float y, Text text, int lightCoords, int color, int backgroundColor, double distanceToCameraSq)

Method summary

Modifier and TypeMethod
public org.joml.Matrix4f
pose()
comp_4514()
matricesEntry()
public float
x()
comp_4515()
x()
public float
y()
comp_4516()
y()
public Text
text()
comp_4517()
text()
public int
lightCoords()
comp_4518()
lightCoords()
public int
color()
comp_4519()
color()
public int
backgroundColor()
comp_4520()
backgroundColor()
public double
distanceToCameraSq()
comp_4521()
distanceToCameraSq()