net.minecraft.client.gui.render.state

public record BlitRenderState

implements GuiElementRenderState

gcr
net.minecraft.client.gui.render.state.BlitRenderState
net.minecraft.class_11241
net.minecraft.client.gui.render.state.TexturedQuadGuiElementRenderState

Field summary

Modifier and TypeField
private final RenderPipeline
a
pipeline
comp_4055
pipeline
private final TextureSetup
b
textureSetup
comp_4056
textureSetup
private final org.joml.Matrix3x2f
c
pose
comp_4057
pose
private final int
d
x0
comp_4058
x1
private final int
e
y0
comp_4059
y1
private final int
f
x1
comp_4060
x2
private final int
g
y1
comp_4061
y2
private final float
h
u0
comp_4063
u1
private final float
i
u1
comp_4064
u2
private final float
j
v0
comp_4065
v1
private final float
k
v1
comp_4066
v2
private final int
l
color
comp_4067
color
private final ScreenRectangle
m
scissorArea
comp_4069
scissorArea
private final ScreenRectangle
n
bounds
comp_4274
bounds

Constructor summary

ModifierConstructor
public (RenderPipeline pipeline, TextureSetup textureSetup, org.joml.Matrix3x2f pose, int x1, int y1, int x2, int y2, float u1, float u2, float v1, float v2, int color, ScreenRectangle scissorArea)
public (RenderPipeline arg0, TextureSetup arg1, org.joml.Matrix3x2f arg2, int arg3, int arg4, int arg5, int arg6, float arg7, float arg8, float arg9, float arg10, int arg11, ScreenRectangle arg12, ScreenRectangle arg13)

Method summary

Modifier and TypeMethod
public void
a(fof arg0, float arg1)
buildVertices(VertexConsumer arg0, float arg1)
method_70917(class_4588 arg0, float arg1)
setupVertices(VertexConsumer arg0, float arg1)
private static ScreenRectangle
a(int arg0, int arg1, int arg2, int arg3, org.joml.Matrix3x2f arg4, gcc arg5)
getBounds(int arg0, int arg1, int arg2, int arg3, org.joml.Matrix3x2f arg4, ScreenRectangle arg5)
method_71526(int arg0, int arg1, int arg2, int arg3, org.joml.Matrix3x2f arg4, class_8030 arg5)
createBounds(int x1, int y1, int x2, int y2, org.joml.Matrix3x2f pose, ScreenRect scissorArea)
public RenderPipeline
a()
pipeline()
comp_4055()
pipeline()
public TextureSetup
b()
textureSetup()
comp_4056()
textureSetup()
public org.joml.Matrix3x2f
c()
pose()
comp_4057()
pose()
public int
d()
x0()
comp_4058()
x1()
public int
e()
y0()
comp_4059()
y1()
public int
f()
x1()
comp_4060()
x2()
public int
g()
y1()
comp_4061()
y2()
public float
h()
u0()
comp_4063()
u1()
public float
i()
u1()
comp_4064()
u2()
public float
j()
v0()
comp_4065()
v1()
public float
k()
v1()
comp_4066()
v2()
public int
l()
color()
comp_4067()
color()
public ScreenRectangle
m()
scissorArea()
comp_4069()
scissorArea()
public ScreenRectangle
n()
bounds()
comp_4274()
bounds()