net.minecraft.client.gui.render.state

public record GlyphRenderState

implements GuiElementRenderState

gap
net.minecraft.client.gui.render.state.GlyphRenderState
net.minecraft.class_11243

Field summary

Modifier and TypeField
private final RenderPipeline
a
pipeline
comp_4055
private final TextureSetup
b
textureSetup
comp_4056
private final org.joml.Matrix3x2f
c
pose
comp_4077
private final float
d
x0
comp_4078
private final float
e
y0
comp_4079
private final float
f
x1
comp_4080
private final float
g
y1
comp_4081
private final float
h
shearY0
comp_4082
private final float
i
shearY1
comp_4083
private final float
j
u0
comp_4084
private final float
k
u1
comp_4085
private final float
l
v0
comp_4086
private final float
m
v1
comp_4087
private final int
n
color
comp_4088
private final int
o
packedLightCoords
comp_4089
private final ScreenRectangle
p
scissorArea
comp_4069

Constructor summary

ModifierConstructor
public (RenderPipeline arg0, TextureSetup arg1, org.joml.Matrix3x2f arg2, float arg3, float arg4, float arg5, float arg6, float arg7, float arg8, float arg9, float arg10, float arg11, float arg12, int arg13, int arg14, ScreenRectangle arg15)

Method summary

Modifier and TypeMethod
public void
a(fmj arg0, float arg1)
buildVertices(VertexConsumer arg0, float arg1)
method_70917(class_4588 arg0, float arg1)
public ScreenRectangle
n()
bounds()
comp_4274()
public RenderPipeline
a()
pipeline()
comp_4055()
public TextureSetup
b()
textureSetup()
comp_4056()
public org.joml.Matrix3x2f
c()
pose()
comp_4077()
public float
d()
x0()
comp_4078()
public float
e()
y0()
comp_4079()
public float
f()
x1()
comp_4080()
public float
g()
y1()
comp_4081()
public float
h()
shearY0()
comp_4082()
public float
i()
shearY1()
comp_4083()
public float
j()
u0()
comp_4084()
public float
k()
u1()
comp_4085()
public float
l()
v0()
comp_4086()
public float
o()
v1()
comp_4087()
public int
p()
color()
comp_4088()
public int
q()
packedLightCoords()
comp_4089()
public ScreenRectangle
m()
scissorArea()
comp_4069()