Interface SpriteGlyph

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

@Environment(CLIENT) public interface SpriteGlyph extends TextDrawable
Mappings:
Namespace Name
named net/minecraft/client/font/SpriteGlyph
intermediary net/minecraft/class_11878
official gid
  • 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 Lgih;a(Lorg/joml/Matrix4f;Lfud;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 Lgid;a(Lorg/joml/Matrix4f;Lfud;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 i Lgid;i()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 j Lgid;j()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 k Lgid;k()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 l Lgid;l()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 m Lgid;m()F