net.minecraft.client.gui.render.state

public record GlyphRenderState

implements GuiElementRenderState

gov
net.minecraft.client.gui.render.state.GlyphRenderState
net.minecraft.class_11243
net.minecraft.client.gui.render.state.GlyphGuiElementRenderState

Field summary

Modifier and TypeField
private final org.joml.Matrix3x2fc
a
pose
comp_4077
pose
private final TextRenderable
b
renderable
comp_4637
renderable
private final ScreenRectangle
c
scissorArea
comp_4069
scissorArea

Constructor summary

ModifierConstructor
public (org.joml.Matrix3x2fc pose, TextRenderable renderable, ScreenRectangle scissorArea)

Method summary

Modifier and TypeMethod
public void
a(fyh arg0)
buildVertices(VertexConsumer arg0)
method_70917(class_4588 arg0)
setupVertices(VertexConsumer arg0)
public RenderPipeline
a()
pipeline()
comp_4055()
pipeline()
public TextureSetup
b()
textureSetup()
comp_4056()
textureSetup()
public ScreenRectangle
n()
bounds()
comp_4274()
bounds()
public org.joml.Matrix3x2fc
c()
pose()
comp_4077()
pose()
public TextRenderable
d()
renderable()
comp_4637()
renderable()
public ScreenRectangle
m()
scissorArea()
comp_4069()
scissorArea()