net.minecraft.client.gui.render.state

public record ColoredRectangleRenderState

implements GuiElementRenderState

gao
net.minecraft.client.gui.render.state.ColoredRectangleRenderState
net.minecraft.class_11242

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

Constructor summary

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