Interface Glyph

All Known Subinterfaces:
RenderableGlyph
All Known Implementing Classes:
BitmapFont.BitmapFontGlyph, BlankGlyph, TrueTypeFont.TtfGlyph, UnicodeTextureFont.UnicodeTextureGlyph, WhiteRectangleGlyph

@Environment(CLIENT) public interface Glyph
Mappings:
Namespace Name
official dop
intermediary net/minecraft/class_379
named net/minecraft/client/font/Glyph
  • Method Details

    • getAdvance

      float getAdvance()
    • getAdvance

      default float getAdvance(boolean bold)
      Mappings:
      Namespace Name Mixin selector
      official a Ldop;a(Z)F
      intermediary method_16798 Lnet/minecraft/class_379;method_16798(Z)F
      named getAdvance Lnet/minecraft/client/font/Glyph;getAdvance(Z)F
    • getBearingX

      default float getBearingX()
      Mappings:
      Namespace Name Mixin selector
      official a Ldop;a()F
      intermediary method_16797 Lnet/minecraft/class_379;method_16797()F
      named getBearingX Lnet/minecraft/client/font/Glyph;getBearingX()F
    • getAscent

      default float getAscent()
      Mappings:
      Namespace Name Mixin selector
      official b Ldop;b()F
      intermediary method_15976 Lnet/minecraft/class_379;method_15976()F
      named getAscent Lnet/minecraft/client/font/Glyph;getAscent()F
    • getBoldOffset

      default float getBoldOffset()
      Mappings:
      Namespace Name Mixin selector
      official c Ldop;c()F
      intermediary method_16799 Lnet/minecraft/class_379;method_16799()F
      named getBoldOffset Lnet/minecraft/client/font/Glyph;getBoldOffset()F
    • getShadowOffset

      default float getShadowOffset()
      Mappings:
      Namespace Name Mixin selector
      official d Ldop;d()F
      intermediary method_16800 Lnet/minecraft/class_379;method_16800()F
      named getShadowOffset Lnet/minecraft/client/font/Glyph;getShadowOffset()F