net.minecraft.client.gui.render.state

public record BlitRenderState

implements GuiElementRenderState

gan
net.minecraft.client.gui.render.state.BlitRenderState
net.minecraft.class_11241

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_4057
private final int
d
x0
comp_4058
private final int
e
y0
comp_4059
private final int
f
x1
comp_4060
private final int
g
y1
comp_4061
private final float
h
u0
comp_4063
private final float
i
u1
comp_4064
private final float
j
v0
comp_4065
private final float
k
v1
comp_4066
private final int
l
color
comp_4067
private final ScreenRectangle
m
scissorArea
comp_4069
private final ScreenRectangle
n
bounds
comp_4274

Constructor summary

ModifierConstructor
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)
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(fmj arg0, float arg1)
buildVertices(VertexConsumer arg0, float arg1)
method_70917(class_4588 arg0, float arg1)
private static ScreenRectangle
a(int arg0, int arg1, int arg2, int arg3, org.joml.Matrix3x2f arg4, fzz 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)
public RenderPipeline
a()
pipeline()
comp_4055()
public TextureSetup
b()
textureSetup()
comp_4056()
public org.joml.Matrix3x2f
c()
pose()
comp_4057()
public int
d()
x0()
comp_4058()
public int
e()
y0()
comp_4059()
public int
f()
x1()
comp_4060()
public int
g()
y1()
comp_4061()
public float
h()
u0()
comp_4063()
public float
i()
u1()
comp_4064()
public float
j()
v0()
comp_4065()
public float
k()
v1()
comp_4066()
public int
l()
color()
comp_4067()
public ScreenRectangle
m()
scissorArea()
comp_4069()
public ScreenRectangle
n()
bounds()
comp_4274()