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 advance) Methods in com.mojang.blaze3d.font with parameters of type GlyphInfoModifier and TypeMethodDescriptionUnbakedGlyph.Stitcher.stitch(GlyphInfo info, GlyphBitmap glyphBitmap) -
Uses of GlyphInfo in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font declared as GlyphInfoModifier and TypeFieldDescriptionprivate static final GlyphInfoAtlasGlyphProvider.GLYPH_INFOprivate static final GlyphInfoPlayerGlyphProvider.GLYPH_INFOMethods in net.minecraft.client.gui.font with parameters of type GlyphInfoModifier and TypeMethodDescription@Nullable BakedSheetGlyphFontTexture.add(GlyphInfo info, GlyphBitmap glyph) private static booleanFontSet.hasFishyAdvance(GlyphInfo glyph) @Nullable BakedSheetGlyphGlyphStitcher.stitch(GlyphInfo info, GlyphBitmap glyphBitmap) -
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.infoprivate 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 info, GlyphRenderTypes renderTypes, GpuTextureView textureView, float u0, float u1, float v0, float v1, float left, float right, float up, float down) -
Uses of GlyphInfo in net.minecraft.client.gui.font.providers
Methods in net.minecraft.client.gui.font.providers that return GlyphInfo