Interface SpriteGlyph

All Superinterfaces:
class_12236, TextDrawable, TextDrawable.class_12238
All Known Implementing Classes:
PlayerHeadGlyphs.Glyph, SpriteAtlasGlyphs.Glyph

@Environment(CLIENT) public interface SpriteGlyph extends TextDrawable.class_12238
Mappings:
Namespace Name
named net/minecraft/client/font/SpriteGlyph
intermediary net/minecraft/class_11878
official glh
  • Field Details

    • field_63888

      static final float field_63888
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_63888 Lnet/minecraft/client/font/SpriteGlyph;field_63888:F
      intermediary field_63888 Lnet/minecraft/class_11878;field_63888:F
      official a Lglh;a:F
    • field_63889

      static final float field_63889
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_63889 Lnet/minecraft/client/font/SpriteGlyph;field_63889:F
      intermediary field_63889 Lnet/minecraft/class_11878;field_63889:F
      official b Lglh;b:F
    • field_63890

      static final float field_63890
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_63890 Lnet/minecraft/client/font/SpriteGlyph;field_63890:F
      intermediary field_63890 Lnet/minecraft/class_11878;field_63890:F
      official c Lglh;c:F
  • Method Details

    • render

      default void render(Matrix4f matrix4f, VertexConsumer consumer, int light, boolean noDepth)
      Specified by:
      render in interface TextDrawable
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/font/TextDrawable;render(Lorg/joml/Matrix4f;Lnet/minecraft/client/render/VertexConsumer;IZ)V
      intermediary method_73403 Lnet/minecraft/class_11767;method_73403(Lorg/joml/Matrix4f;Lnet/minecraft/class_4588;IZ)V
      official a Lgll;a(Lorg/joml/Matrix4f;Lfxc;IZ)V
    • draw

      void draw(Matrix4f matrix, VertexConsumer vertexConsumer, int light, float x, float y, float z, int color)
      Mappings:
      Namespace Name Mixin selector
      named draw Lnet/minecraft/client/font/SpriteGlyph;draw(Lorg/joml/Matrix4f;Lnet/minecraft/client/render/VertexConsumer;IFFFI)V
      intermediary method_73402 Lnet/minecraft/class_11878;method_73402(Lorg/joml/Matrix4f;Lnet/minecraft/class_4588;IFFFI)V
      official a Lglh;a(Lorg/joml/Matrix4f;Lfxc;IFFFI)V
    • x

      float x()
      Mappings:
      Namespace Name Mixin selector
      named x Lnet/minecraft/client/font/SpriteGlyph;x()F
      intermediary comp_4631 Lnet/minecraft/class_11878;comp_4631()F
      official j Lglh;j()F
    • y

      float y()
      Mappings:
      Namespace Name Mixin selector
      named y Lnet/minecraft/client/font/SpriteGlyph;y()F
      intermediary comp_4632 Lnet/minecraft/class_11878;comp_4632()F
      official k Lglh;k()F
    • color

      int color()
      Mappings:
      Namespace Name Mixin selector
      named color Lnet/minecraft/client/font/SpriteGlyph;color()I
      intermediary comp_4633 Lnet/minecraft/class_11878;comp_4633()I
      official l Lglh;l()I
    • shadowColor

      int shadowColor()
      Mappings:
      Namespace Name Mixin selector
      named shadowColor Lnet/minecraft/client/font/SpriteGlyph;shadowColor()I
      intermediary comp_4634 Lnet/minecraft/class_11878;comp_4634()I
      official m Lglh;m()I
    • shadowOffset

      float shadowOffset()
      Mappings:
      Namespace Name Mixin selector
      named shadowOffset Lnet/minecraft/client/font/SpriteGlyph;shadowOffset()F
      intermediary comp_4635 Lnet/minecraft/class_11878;comp_4635()F
      official n Lglh;n()F
    • method_75822

      default float method_75822()
      Mappings:
      Namespace Name Mixin selector
      named method_75822 Lnet/minecraft/client/font/SpriteGlyph;method_75822()F
      intermediary method_75822 Lnet/minecraft/class_11878;method_75822()F
      official o Lglh;o()F
    • method_75823

      default float method_75823()
      Mappings:
      Namespace Name Mixin selector
      named method_75823 Lnet/minecraft/client/font/SpriteGlyph;method_75823()F
      intermediary method_75823 Lnet/minecraft/class_11878;method_75823()F
      official p Lglh;p()F
    • method_75824

      default float method_75824()
      Mappings:
      Namespace Name Mixin selector
      named method_75824 Lnet/minecraft/client/font/SpriteGlyph;method_75824()F
      intermediary method_75824 Lnet/minecraft/class_11878;method_75824()F
      official q Lglh;q()F
    • getEffectiveMinX

      default float getEffectiveMinX()
      Specified by:
      getEffectiveMinX in interface TextDrawable
      Mappings:
      Namespace Name Mixin selector
      named getEffectiveMinX Lnet/minecraft/client/font/TextDrawable;getEffectiveMinX()F
      intermediary method_71829 Lnet/minecraft/class_11767;method_71829()F
      official r Lgll;r()F
    • getEffectiveMaxX

      default float getEffectiveMaxX()
      Specified by:
      getEffectiveMaxX in interface TextDrawable
      Mappings:
      Namespace Name Mixin selector
      named getEffectiveMaxX Lnet/minecraft/client/font/TextDrawable;getEffectiveMaxX()F
      intermediary method_71831 Lnet/minecraft/class_11767;method_71831()F
      official s Lgll;s()F
    • getEffectiveMinY

      default float getEffectiveMinY()
      Specified by:
      getEffectiveMinY in interface TextDrawable
      Mappings:
      Namespace Name Mixin selector
      named getEffectiveMinY Lnet/minecraft/client/font/TextDrawable;getEffectiveMinY()F
      intermediary method_71830 Lnet/minecraft/class_11767;method_71830()F
      official t Lgll;t()F
    • getEffectiveMaxY

      default float getEffectiveMaxY()
      Specified by:
      getEffectiveMaxY in interface TextDrawable
      Mappings:
      Namespace Name Mixin selector
      named getEffectiveMaxY Lnet/minecraft/client/font/TextDrawable;getEffectiveMaxY()F
      intermediary method_71832 Lnet/minecraft/class_11767;method_71832()F
      official u Lgll;u()F