Uses of Interface
com.mojang.blaze3d.font.GlyphInfo
Packages that use GlyphInfo
Package
Description
-
Uses of GlyphInfo in com.mojang.blaze3d.font
Fields in com.mojang.blaze3d.font declared as GlyphInfoMethods in com.mojang.blaze3d.font that return GlyphInfoModifier and TypeMethodDescriptionTrueTypeGlyphProvider.Glyph.info()UnbakedGlyph.info()static GlyphInfoGlyphInfo.simple(float pAdvance) Methods in com.mojang.blaze3d.font with parameters of type GlyphInfoModifier and TypeMethodDescriptionUnbakedGlyph.Stitcher.stitch(GlyphInfo pInfo, GlyphBitmap pBitmap) -
Uses of GlyphInfo in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font declared as GlyphInfoModifier and TypeFieldDescription(package private) static final GlyphInfoAtlasGlyphProvider.GLYPH_INFO(package private) static final GlyphInfoPlayerGlyphProvider.GLYPH_INFOMethods in net.minecraft.client.gui.font with parameters of type GlyphInfoModifier and TypeMethodDescriptionFontTexture.add(GlyphInfo pGlyphInfo, GlyphBitmap pGlyphBitmap) private static booleanFontSet.hasFishyAdvance(GlyphInfo pGlyph) GlyphStitcher.stitch(GlyphInfo pGlyphInfo, GlyphBitmap pGlyphBitmap) -
Uses of GlyphInfo in net.minecraft.client.gui.font.glyphs
Classes in net.minecraft.client.gui.font.glyphs that implement GlyphInfoFields in net.minecraft.client.gui.font.glyphs declared as GlyphInfoModifier and TypeFieldDescriptionprivate final GlyphInfoBakedSheetGlyph.info(package private) final GlyphInfoEmptyGlyph.infoMethods in net.minecraft.client.gui.font.glyphs that return GlyphInfoConstructors in net.minecraft.client.gui.font.glyphs with parameters of type GlyphInfoModifierConstructorDescriptionBakedSheetGlyph(GlyphInfo pInfo, GlyphRenderTypes pRenderTypes, GpuTextureView pTextureView, float pU0, float pU1, float pV0, float pV1, float pLeft, float pRight, float pUp, float pDown) -
Uses of GlyphInfo in net.minecraft.client.gui.font.providers
Methods in net.minecraft.client.gui.font.providers that return GlyphInfo