net.minecraft.client.gui.render.state

public record GuiTextRenderState

implements ScreenArea

gat
net.minecraft.client.gui.render.state.GuiTextRenderState
net.minecraft.class_11247

Field summary

Modifier and TypeField
private final TextRenderState
a
textRenderState
comp_4098
private final org.joml.Matrix3x2f
b
pose
comp_4099
private final int
c
x
comp_4100
private final int
d
y
comp_4101
private final ScreenRectangle
e
scissorArea
comp_4108
private final ScreenRectangle
f
bounds
comp_4274

Constructor summary

ModifierConstructor
public (TextRenderState arg0, org.joml.Matrix3x2f arg1, int arg2, int arg3, ScreenRectangle arg4)
public (TextRenderState arg0, org.joml.Matrix3x2f arg1, int arg2, int arg3, ScreenRectangle arg4, ScreenRectangle arg5)

Method summary

Modifier and TypeMethod
public static ScreenRectangle
a(int arg0, int arg1, gav arg2, org.joml.Matrix3x2f arg3, fzz arg4)
getBounds(int arg0, int arg1, TextRenderState arg2, org.joml.Matrix3x2f arg3, ScreenRectangle arg4)
method_71534(int arg0, int arg1, class_11248 arg2, org.joml.Matrix3x2f arg3, class_8030 arg4)
public TextRenderState
a()
textRenderState()
comp_4098()
public org.joml.Matrix3x2f
b()
pose()
comp_4099()
public int
c()
x()
comp_4100()
public int
d()
y()
comp_4101()
public ScreenRectangle
e()
scissorArea()
comp_4108()
public ScreenRectangle
n()
bounds()
comp_4274()