Interface BuiltinEmptyGlyph.ColorSupplier

Enclosing class:
BuiltinEmptyGlyph
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) private static interface BuiltinEmptyGlyph.ColorSupplier
Mappings:
Namespace Name
official emz$a
intermediary net/minecraft/class_7191$class_7192
named net/minecraft/client/font/BuiltinEmptyGlyph$ColorSupplier
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getColor(int x, int y)
     
  • Method Details

    • getColor

      int getColor(int x, int y)
      Mappings:
      Namespace Name Mixin selector
      official getColor Lemz$a;getColor(II)I
      intermediary getColor Lnet/minecraft/class_7191$class_7192;getColor(II)I
      named getColor Lnet/minecraft/client/font/BuiltinEmptyGlyph$ColorSupplier;getColor(II)I