Interface UnihexFont.BitmapGlyphConsumer

Enclosing class:
UnihexFont
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Environment(CLIENT) public static interface UnihexFont.BitmapGlyphConsumer
Mappings:
Namespace Name
official evs$h
intermediary net/minecraft/class_391$class_8546
named net/minecraft/client/font/UnihexFont$BitmapGlyphConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(int codePoint, UnihexFont.BitmapGlyph glyph)
     
  • Method Details

    • accept

      void accept(int codePoint, UnihexFont.BitmapGlyph glyph)
      Mappings:
      Namespace Name Mixin selector
      official accept Levs$h;accept(ILevs$f;)V
      intermediary accept Lnet/minecraft/class_391$class_8546;accept(ILnet/minecraft/class_391$class_8544;)V
      named accept Lnet/minecraft/client/font/UnihexFont$BitmapGlyphConsumer;accept(ILnet/minecraft/client/font/UnihexFont$BitmapGlyph;)V