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.glyphsMethods in net.minecraft.client.gui with parameters of type BakedGlyph.GlyphInstanceModifier and TypeMethodDescriptionvoidFont.GlyphVisitor.acceptGlyph(BakedGlyph.GlyphInstance glyph) private voidFont.PreparedTextBuilder.addGlyph(BakedGlyph.GlyphInstance glyph) -
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 TypeMethodDescriptionfloatBakedGlyph.bottom(BakedGlyph.GlyphInstance glyph) floatBakedGlyph.left(BakedGlyph.GlyphInstance glyph) voidBakedGlyph.renderChar(BakedGlyph.GlyphInstance glyph, Matrix4f pose, VertexConsumer buffer, int packedLight, boolean noDepth) voidEmptyGlyph.renderChar(BakedGlyph.GlyphInstance p_381033_, Matrix4f p_253794_, VertexConsumer p_95282_, int p_95287_, boolean p_427377_) floatBakedGlyph.right(BakedGlyph.GlyphInstance glyph) floatBakedGlyph.top(BakedGlyph.GlyphInstance glyph) -
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.GlyphInstanceGlyphRenderState.instanceThe field for theinstancerecord component.Methods in net.minecraft.client.gui.render.state that return BakedGlyph.GlyphInstanceModifier and TypeMethodDescriptionGlyphRenderState.instance()Returns the value of theinstancerecord component.Constructors in net.minecraft.client.gui.render.state with parameters of type BakedGlyph.GlyphInstanceModifierConstructorDescriptionGlyphRenderState(Matrix3x2f pose, BakedGlyph.GlyphInstance instance, ScreenRectangle scissorArea) Creates an instance of aGlyphRenderStaterecord class.