Package net.minecraft.client.gui.hud
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.
- Mappings:
Namespace Name named net/minecraft/client/gui/hud/ChatHud$LineConsumerintermediary net/minecraft/class_338$class_11511official gdq$d
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(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 acceptLnet/minecraft/client/gui/hud/ChatHud$LineConsumer;accept(IIILnet/minecraft/client/gui/hud/ChatHudLine$Visible;IF)Vintermediary acceptLnet/minecraft/class_338$class_11511;accept(IIILnet/minecraft/class_303$class_7590;IF)Vofficial acceptLgdq$d;accept(IIILfzs$a;IF)V
-