Interface EffectGlyph

All Known Implementing Classes:
BakedGlyphImpl

@Environment(CLIENT) public interface EffectGlyph
Mappings:
Namespace Name
named net/minecraft/client/font/EffectGlyph
intermediary net/minecraft/class_11769
official gik
  • Method Summary

    Modifier and Type
    Method
    Description
    create(float minX, float minY, float maxX, float maxY, float depth, int color, int shadowColor, float shadowOffset)
     
  • Method Details

    • create

      TextDrawable create(float minX, float minY, float maxX, float maxY, float depth, int color, int shadowColor, float shadowOffset)
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/client/font/EffectGlyph;create(FFFFFIIF)Lnet/minecraft/client/font/TextDrawable;
      intermediary method_73406 Lnet/minecraft/class_11769;method_73406(FFFFFIIF)Lnet/minecraft/class_11767;
      official a Lgik;a(FFFFFIIF)Lgih;