Interface ChatHud.OpacityRule

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.OpacityRule
Mappings:
Namespace Name
named net/minecraft/client/gui/hud/ChatHud$OpacityRule
intermediary net/minecraft/class_338$class_12232
official ggr$a
  • Field Details

    • CONSTANT

      static final ChatHud.OpacityRule CONSTANT
      Mappings:
      Namespace Name Mixin selector
      named CONSTANT Lnet/minecraft/client/gui/hud/ChatHud$OpacityRule;CONSTANT:Lnet/minecraft/client/gui/hud/ChatHud$OpacityRule;
      intermediary field_63874 Lnet/minecraft/class_338$class_12232;field_63874:Lnet/minecraft/class_338$class_12232;
      official a Lggr$a;a:Lggr$a;
  • Method Details

    • timeBased

      static ChatHud.OpacityRule timeBased(int currentTick)
      Mappings:
      Namespace Name Mixin selector
      named timeBased Lnet/minecraft/client/gui/hud/ChatHud$OpacityRule;timeBased(I)Lnet/minecraft/client/gui/hud/ChatHud$OpacityRule;
      intermediary timeBased Lnet/minecraft/class_338$class_12232;timeBased(I)Lnet/minecraft/class_338$class_12232;
      official timeBased Lggr$a;timeBased(I)Lggr$a;
    • calculate

      float calculate(ChatHudLine.Visible line)
      Mappings:
      Namespace Name Mixin selector
      named calculate Lnet/minecraft/client/gui/hud/ChatHud$OpacityRule;calculate(Lnet/minecraft/client/gui/hud/ChatHudLine$Visible;)F
      intermediary calculate Lnet/minecraft/class_338$class_12232;calculate(Lnet/minecraft/class_303$class_7590;)F
      official calculate Lggr$a;calculate(Lgcq$a;)F