net.minecraft.client.gui.render.state

public record TiledBlitRenderState

implements GuiElementRenderState

gpb
net.minecraft.client.gui.render.state.TiledBlitRenderState
net.minecraft.class_12035
net.minecraft.client.gui.render.state.TiledTexturedQuadGuiElementRenderState

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_4880
pose
private final int
d
tileWidth
comp_4881
tileWidth
private final int
e
tileHeight
comp_4882
tileHeight
private final int
f
x0
comp_4883
x0
private final int
g
y0
comp_4884
y0
private final int
h
x1
comp_4885
x1
private final int
i
y1
comp_4886
y1
private final float
j
u0
comp_4887
u0
private final float
k
u1
comp_4888
u1
private final float
l
v0
comp_4889
v0
private final float
m
v1
comp_4890
v1
private final int
n
color
comp_4891
color
private final ScreenRectangle
o
scissorArea
comp_4069
scissorArea
private final ScreenRectangle
p
bounds
comp_4274
bounds

Constructor summary

ModifierConstructor
public (RenderPipeline pipeline, TextureSetup textureSetup, org.joml.Matrix3x2f pose, int tileWidth, int tileHeight, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color, ScreenRectangle scissorArea)
public (RenderPipeline pipeline, TextureSetup textureSetup, org.joml.Matrix3x2f pose, int tileWidth, int tileHeight, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color, ScreenRectangle scissorArea, ScreenRectangle bounds)

Method summary

Modifier and TypeMethod
public void
a(fyh arg0)
buildVertices(VertexConsumer arg0)
method_70917(class_4588 arg0)
setupVertices(VertexConsumer arg0)
private static ScreenRectangle
a(int arg0, int arg1, int arg2, int arg3, org.joml.Matrix3x2f arg4, goe arg5)
getBounds(int arg0, int arg1, int arg2, int arg3, org.joml.Matrix3x2f arg4, ScreenRectangle arg5)
method_74708(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 rect)
public RenderPipeline
a()
pipeline()
comp_4055()
pipeline()
public TextureSetup
b()
textureSetup()
comp_4056()
textureSetup()
public org.joml.Matrix3x2f
c()
pose()
comp_4880()
pose()
public int
d()
tileWidth()
comp_4881()
tileWidth()
public int
e()
tileHeight()
comp_4882()
tileHeight()
public int
f()
x0()
comp_4883()
x0()
public int
g()
y0()
comp_4884()
y0()
public int
h()
x1()
comp_4885()
x1()
public int
i()
y1()
comp_4886()
y1()
public float
j()
u0()
comp_4887()
u0()
public float
k()
u1()
comp_4888()
u1()
public float
l()
v0()
comp_4889()
v0()
public float
o()
v1()
comp_4890()
v1()
public int
p()
color()
comp_4891()
color()
public ScreenRectangle
m()
scissorArea()
comp_4069()
scissorArea()
public ScreenRectangle
n()
bounds()
comp_4274()
bounds()