Uses of Record Class
net.minecraft.client.gui.font.glyphs.BakedGlyph.GlyphInstance
Packages that use BakedGlyph.GlyphInstance
Package
Description
-
Uses of BakedGlyph.GlyphInstance in net.minecraft.client.gui
Fields in net.minecraft.client.gui with type parameters of type BakedGlyph.GlyphInstanceModifier and TypeFieldDescription(package private) final List
<BakedGlyph.GlyphInstance> Font.PreparedTextBuilder.glyphs
Methods in net.minecraft.client.gui with parameters of type BakedGlyph.GlyphInstanceModifier and TypeMethodDescriptionvoid
Font.GlyphVisitor.acceptGlyph
(BakedGlyph.GlyphInstance pGlyph) private void
Font.PreparedTextBuilder.addGlyph
(BakedGlyph.GlyphInstance pGlyph) -
Uses of BakedGlyph.GlyphInstance in net.minecraft.client.gui.font.glyphs
Methods in net.minecraft.client.gui.font.glyphs with parameters of type BakedGlyph.GlyphInstanceModifier and TypeMethodDescriptionfloat
BakedGlyph.bottom
(BakedGlyph.GlyphInstance pGlyph) float
BakedGlyph.left
(BakedGlyph.GlyphInstance pGlyph) void
BakedGlyph.renderChar
(BakedGlyph.GlyphInstance p_380988_, org.joml.Matrix4f p_381023_, VertexConsumer p_381084_, int p_381113_, boolean p_427402_) void
EmptyGlyph.renderChar
(BakedGlyph.GlyphInstance p_381033_, org.joml.Matrix4f p_253794_, VertexConsumer p_95282_, int p_95287_, boolean p_427377_) float
BakedGlyph.right
(BakedGlyph.GlyphInstance pGlyph) float
BakedGlyph.top
(BakedGlyph.GlyphInstance pGlyph) -
Uses of BakedGlyph.GlyphInstance in net.minecraft.client.gui.render.state
Fields in net.minecraft.client.gui.render.state declared as BakedGlyph.GlyphInstanceModifier and TypeFieldDescriptionprivate final BakedGlyph.GlyphInstance
GlyphRenderState.instance
The field for theinstance
record component.Methods in net.minecraft.client.gui.render.state that return BakedGlyph.GlyphInstanceModifier and TypeMethodDescriptionGlyphRenderState.instance()
Returns the value of theinstance
record component.Constructors in net.minecraft.client.gui.render.state with parameters of type BakedGlyph.GlyphInstanceModifierConstructorDescriptionGlyphRenderState
(org.joml.Matrix3x2f pose, BakedGlyph.GlyphInstance instance, ScreenRectangle scissorArea) Creates an instance of aGlyphRenderState
record class.