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 gdq$d
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(int x1, int y1, int y2, ChatHudLine.Visible line, int messageIndex, float backgroundOpacity)
     
  • Method Details

    • accept

      void accept(int x1, int y1, int y2, ChatHudLine.Visible line, int messageIndex, float backgroundOpacity)
      Mappings:
      Namespace Name Mixin selector
      named accept Lnet/minecraft/client/gui/hud/ChatHud$LineConsumer;accept(IIILnet/minecraft/client/gui/hud/ChatHudLine$Visible;IF)V
      intermediary accept Lnet/minecraft/class_338$class_11511;accept(IIILnet/minecraft/class_303$class_7590;IF)V
      official accept Lgdq$d;accept(IIILfzs$a;IF)V