net.minecraft.client.gui.render.state

public record GlyphGuiElementRenderState

implements SimpleGuiElementRenderState

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
pose
comp_4077
pose
private final TextDrawable
renderable
comp_4637
renderable
private final ScreenRect
scissorArea
comp_4069
scissorArea

Constructor summary

ModifierConstructor
public (org.joml.Matrix3x2fc pose, TextDrawable renderable, ScreenRect scissorArea)

Method summary

Modifier and TypeMethod
public void
buildVertices(VertexConsumer vertexConsumer)
method_70917(class_4588 arg0)
setupVertices(VertexConsumer arg0)
public RenderPipeline
pipeline()
comp_4055()
pipeline()
public TextureSetup
textureSetup()
comp_4056()
textureSetup()
public ScreenRect
bounds()
comp_4274()
bounds()
public org.joml.Matrix3x2fc
pose()
comp_4077()
pose()
public TextDrawable
renderable()
comp_4637()
renderable()
public ScreenRect
scissorArea()
comp_4069()
scissorArea()