Interface GlyphContainer.GlyphConsumer<T>

Enclosing class:
GlyphContainer<T>
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 GlyphContainer.GlyphConsumer<T>
Mappings:
Namespace Name
official evc$a
intermediary net/minecraft/class_8532$class_8533
named net/minecraft/client/font/GlyphContainer$GlyphConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(int codePoint, T glyph)
     
  • Method Details

    • accept

      void accept(int codePoint, T glyph)
      Mappings:
      Namespace Name Mixin selector
      official accept Levc$a;accept(ILjava/lang/Object;)V
      intermediary accept Lnet/minecraft/class_8532$class_8533;accept(ILjava/lang/Object;)V
      named accept Lnet/minecraft/client/font/GlyphContainer$GlyphConsumer;accept(ILjava/lang/Object;)V