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 pGlyph) private voidFont.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 TypeMethodDescriptionfloatBakedGlyph.bottom(BakedGlyph.GlyphInstance pGlyph) floatBakedGlyph.left(BakedGlyph.GlyphInstance pGlyph) voidBakedGlyph.renderChar(BakedGlyph.GlyphInstance pGlyph, Matrix4f pPose, VertexConsumer pBuffer, int pPackedLight, boolean pNoDepth) voidEmptyGlyph.renderChar(BakedGlyph.GlyphInstance p_381033_, Matrix4f p_253794_, VertexConsumer p_95282_, int p_95287_, boolean p_427377_) floatBakedGlyph.right(BakedGlyph.GlyphInstance pGlyph) floatBakedGlyph.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.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.