net.minecraft.client.gui.render.state

public record TiledBlitRenderState

implements GuiElementRenderState

gkr
net.minecraft.client.gui.render.state.TiledBlitRenderState
net.minecraft.class_12035
net.minecraft.client.gui.render.state.TiledTexturedQuadGuiElementRenderState
net.minecraft.src.C_411326_

Field summary

Modifier and TypeField
private final RenderPipeline
a
pipeline
comp_4055
pipeline
f_412773_
private final TextureSetup
b
textureSetup
comp_4056
textureSetup
f_413351_
private final org.joml.Matrix3x2f
c
pose
comp_4880
pose
f_413732_
private final int
d
tileWidth
comp_4881
tileWidth
f_413249_
private final int
e
tileHeight
comp_4882
tileHeight
f_412693_
private final int
f
x0
comp_4883
x0
f_411666_
private final int
g
y0
comp_4884
y0
f_412334_
private final int
h
x1
comp_4885
x1
f_412000_
private final int
i
y1
comp_4886
y1
f_413659_
private final float
j
u0
comp_4887
u0
f_412766_
private final float
k
u1
comp_4888
u1
f_412320_
private final float
l
v0
comp_4889
v0
f_413464_
private final float
m
v1
comp_4890
v1
f_413416_
private final int
n
color
comp_4891
color
f_411863_
private final ScreenRectangle
o
scissorArea
comp_4069
scissorArea
f_412586_
private final ScreenRectangle
p
bounds
comp_4274
bounds
f_412555_

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 textureSetup, TextureSetup pose, org.joml.Matrix3x2f tileWidth, int tileHeight, int x0, int y0, int x1, int y1, int u0, float u1, float v0, float v1, float color, int scissorArea, ScreenRectangle bounds, ScreenRectangle arg15)

Method summary

Modifier and TypeMethod
public void
a(fud arg0)
buildVertices(VertexConsumer arg0)
method_70917(class_4588 arg0)
setupVertices(VertexConsumer arg0)
m_401852_(C_3187_ arg0)
private static ScreenRectangle
a(int arg0, int arg1, int arg2, int arg3, org.joml.Matrix3x2f arg4, gju 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)
m_416236_(int p_424623_, int p_426569_, int p_427120_, int p_430105_, org.joml.Matrix3x2f p_424082_, C_263595_ p_429604_)
public RenderPipeline
a()
pipeline()
comp_4055()
pipeline()
m_401554_()
public TextureSetup
b()
textureSetup()
comp_4056()
textureSetup()
m_401625_()
public org.joml.Matrix3x2f
c()
pose()
comp_4880()
pose()
f_413732_()
public int
d()
tileWidth()
comp_4881()
tileWidth()
f_413249_()
public int
e()
tileHeight()
comp_4882()
tileHeight()
f_412693_()
public int
f()
x0()
comp_4883()
x0()
f_411666_()
public int
g()
y0()
comp_4884()
y0()
f_412334_()
public int
h()
x1()
comp_4885()
x1()
f_412000_()
public int
i()
y1()
comp_4886()
y1()
f_413659_()
public float
j()
u0()
comp_4887()
u0()
f_412766_()
public float
k()
u1()
comp_4888()
u1()
f_412320_()
public float
l()
v0()
comp_4889()
v0()
f_413464_()
public float
o()
v1()
comp_4890()
v1()
f_413416_()
public int
p()
color()
comp_4891()
color()
f_411863_()
public ScreenRectangle
m()
scissorArea()
comp_4069()
scissorArea()
m_401463_()
public ScreenRectangle
n()
bounds()
comp_4274()
bounds()
m_401310_()