net.minecraft.client.gui.render.state

public record GlyphEffectRenderState

implements GuiElementRenderState

gct
net.minecraft.client.gui.render.state.GlyphEffectRenderState
net.minecraft.class_11470
net.minecraft.client.gui.render.state.GlyphEffectGuiElementRenderState

Field summary

Modifier and TypeField
private final org.joml.Matrix3x2f
a
pose
comp_4372
pose
private final BakedGlyph
b
whiteGlyph
comp_4373
whiteGlyph
private final BakedGlyph$Effect
c
effect
comp_4374
effect
private final ScreenRectangle
d
scissorArea
comp_4069
scissorArea

Constructor summary

ModifierConstructor
public (org.joml.Matrix3x2f arg0, BakedGlyph arg1, BakedGlyph$Effect arg2, ScreenRectangle arg3)

Method summary

Modifier and TypeMethod
public void
a(fof arg0, float arg1)
buildVertices(VertexConsumer arg0, float arg1)
method_70917(class_4588 arg0, float arg1)
setupVertices(VertexConsumer arg0, float arg1)
public RenderPipeline
a()
pipeline()
comp_4055()
pipeline()
public TextureSetup
b()
textureSetup()
comp_4056()
textureSetup()
public ScreenRectangle
n()
bounds()
comp_4274()
bounds()
public org.joml.Matrix3x2f
c()
pose()
comp_4372()
pose()
public BakedGlyph
d()
whiteGlyph()
comp_4373()
whiteGlyph()
public BakedGlyph$Effect
e()
effect()
comp_4374()
effect()
public ScreenRectangle
m()
scissorArea()
comp_4069()
scissorArea()