Interface RenderableGlyph

All Superinterfaces:
Glyph
All Known Implementing Classes:
BitmapFont.BitmapFontGlyph, BlankGlyph, TrueTypeFont.TtfGlyph, UnicodeTextureFont.UnicodeTextureGlyph, WhiteRectangleGlyph

@Environment(CLIENT) public interface RenderableGlyph extends Glyph
Mappings:
Namespace Name
official dqq
intermediary net/minecraft/class_383
named net/minecraft/client/font/RenderableGlyph
  • Method Details

    • getWidth

      int getWidth()
      Mappings:
      Namespace Name Mixin selector
      official e Ldqq;e()I
      intermediary method_2031 Lnet/minecraft/class_383;method_2031()I
      named getWidth Lnet/minecraft/client/font/RenderableGlyph;getWidth()I
    • getHeight

      int getHeight()
      Mappings:
      Namespace Name Mixin selector
      official f Ldqq;f()I
      intermediary method_2032 Lnet/minecraft/class_383;method_2032()I
      named getHeight Lnet/minecraft/client/font/RenderableGlyph;getHeight()I
    • upload

      void upload(int x, int y)
      Mappings:
      Namespace Name Mixin selector
      official a Ldqq;a(II)V
      intermediary method_2030 Lnet/minecraft/class_383;method_2030(II)V
      named upload Lnet/minecraft/client/font/RenderableGlyph;upload(II)V
    • hasColor

      boolean hasColor()
      Mappings:
      Namespace Name Mixin selector
      official g Ldqq;g()Z
      intermediary method_2033 Lnet/minecraft/class_383;method_2033()Z
      named hasColor Lnet/minecraft/client/font/RenderableGlyph;hasColor()Z
    • getOversample

      float getOversample()
      Mappings:
      Namespace Name Mixin selector
      official h Ldqq;h()F
      intermediary method_2035 Lnet/minecraft/class_383;method_2035()F
      named getOversample Lnet/minecraft/client/font/RenderableGlyph;getOversample()F
    • getXMin

      default float getXMin()
      Mappings:
      Namespace Name Mixin selector
      official i Ldqq;i()F
      intermediary method_2034 Lnet/minecraft/class_383;method_2034()F
      named getXMin Lnet/minecraft/client/font/RenderableGlyph;getXMin()F
    • getXMax

      default float getXMax()
      Mappings:
      Namespace Name Mixin selector
      official j Ldqq;j()F
      intermediary method_2027 Lnet/minecraft/class_383;method_2027()F
      named getXMax Lnet/minecraft/client/font/RenderableGlyph;getXMax()F
    • getYMin

      default float getYMin()
      Mappings:
      Namespace Name Mixin selector
      official k Ldqq;k()F
      intermediary method_2028 Lnet/minecraft/class_383;method_2028()F
      named getYMin Lnet/minecraft/client/font/RenderableGlyph;getYMin()F
    • getYMax

      default float getYMax()
      Mappings:
      Namespace Name Mixin selector
      official l Ldqq;l()F
      intermediary method_2029 Lnet/minecraft/class_383;method_2029()F
      named getYMax Lnet/minecraft/client/font/RenderableGlyph;getYMax()F
    • getAscent

      default float getAscent()
      Specified by:
      getAscent in interface Glyph
      Mappings:
      Namespace Name Mixin selector
      official b Ldqo;b()F
      intermediary method_15976 Lnet/minecraft/class_379;method_15976()F
      named getAscent Lnet/minecraft/client/font/Glyph;getAscent()F