Interface ChatHud.LineConsumer

Enclosing class:
ChatHud
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 ChatHud.LineConsumer
Mappings:
Namespace Name
named net/minecraft/client/gui/hud/ChatHud$LineConsumer
intermediary net/minecraft/class_338$class_11511
official ggr$h
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(ChatHudLine.Visible visible, int y1, float float2)
     
  • Method Details

    • accept

      void accept(ChatHudLine.Visible visible, int y1, float float2)
      Mappings:
      Namespace Name Mixin selector
      named accept Lnet/minecraft/client/gui/hud/ChatHud$LineConsumer;accept(Lnet/minecraft/client/gui/hud/ChatHudLine$Visible;IF)V
      intermediary accept Lnet/minecraft/class_338$class_11511;accept(Lnet/minecraft/class_303$class_7590;IF)V
      official accept Lggr$h;accept(Lgcq$a;IF)V