net.minecraft.client.gui.render.state

public record ColoredRectangleRenderState

implements GuiElementRenderState

gcs
net.minecraft.client.gui.render.state.ColoredRectangleRenderState
net.minecraft.class_11242
net.minecraft.client.gui.render.state.ColoredQuadGuiElementRenderState

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_4070
pose
private final int
d
x0
comp_4071
x0
private final int
e
y0
comp_4072
y0
private final int
f
x1
comp_4073
x1
private final int
g
y1
comp_4074
y1
private final int
h
col1
comp_4075
col1
private final int
i
col2
comp_4076
col2
private final ScreenRectangle
j
scissorArea
comp_4069
scissorArea
private final ScreenRectangle
k
bounds
comp_4274
bounds

Constructor summary

ModifierConstructor
public (RenderPipeline pipeline, TextureSetup textureSetup, org.joml.Matrix3x2f pose, int x0, int y0, int x1, int y1, int col1, int col2, ScreenRectangle scissorArea)
public (RenderPipeline arg0, TextureSetup arg1, org.joml.Matrix3x2f arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, ScreenRectangle arg9, ScreenRectangle arg10)

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_71527(int arg0, int arg1, int arg2, int arg3, org.joml.Matrix3x2f arg4, class_8030 arg5)
createBounds(int x0, int y0, int x1, int y1, 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_4070()
pose()
public int
d()
x0()
comp_4071()
x0()
public int
e()
y0()
comp_4072()
y0()
public int
f()
x1()
comp_4073()
x1()
public int
g()
y1()
comp_4074()
y1()
public int
h()
col1()
comp_4075()
col1()
public int
i()
col2()
comp_4076()
col2()
public ScreenRectangle
m()
scissorArea()
comp_4069()
scissorArea()
public ScreenRectangle
n()
bounds()
comp_4274()
bounds()