Interface TextDrawable.DrawnGlyph

All Superinterfaces:
BoundedGlyph, TextDrawable
All Known Subinterfaces:
SpriteGlyph
All Known Implementing Classes:
BakedGlyphImpl.DrawnGlyph, PlayerHeadGlyphs.Glyph, SpriteAtlasGlyphs.Glyph
Enclosing interface:
TextDrawable

@Environment(CLIENT) public static interface TextDrawable.DrawnGlyph extends BoundedGlyph, TextDrawable
Mappings:
Namespace Name
named net/minecraft/client/font/TextDrawable$DrawnGlyph
intermediary net/minecraft/class_11767$class_12238
official gll$a
  • Method Details

    • getLeft

      default float getLeft()
      Specified by:
      getLeft in interface BoundedGlyph
      Mappings:
      Namespace Name Mixin selector
      named getLeft Lnet/minecraft/client/font/BoundedGlyph;getLeft()F
      intermediary method_75818 Lnet/minecraft/class_12236;method_75818()F
      official b Lgkw;b()F
    • getTop

      default float getTop()
      Specified by:
      getTop in interface BoundedGlyph
      Mappings:
      Namespace Name Mixin selector
      named getTop Lnet/minecraft/client/font/BoundedGlyph;getTop()F
      intermediary method_75819 Lnet/minecraft/class_12236;method_75819()F
      official c Lgkw;c()F
    • getRight

      default float getRight()
      Specified by:
      getRight in interface BoundedGlyph
      Mappings:
      Namespace Name Mixin selector
      named getRight Lnet/minecraft/client/font/BoundedGlyph;getRight()F
      intermediary method_75820 Lnet/minecraft/class_12236;method_75820()F
      official d Lgkw;d()F
    • getBottom

      default float getBottom()
      Specified by:
      getBottom in interface BoundedGlyph
      Mappings:
      Namespace Name Mixin selector
      named getBottom Lnet/minecraft/client/font/BoundedGlyph;getBottom()F
      intermediary method_75821 Lnet/minecraft/class_12236;method_75821()F
      official e Lgkw;e()F