Class ChatHudLine

java.lang.Object
net.minecraft.client.gui.hud.ChatHudLine

@Environment(CLIENT)
public class ChatHudLine
extends Object
Mappings:
Namespace Name
official ava
intermediary net/minecraft/class_665
named net/minecraft/client/gui/hud/ChatHudLine
  • Field Details

    • creationTick

      private final int creationTick
      Mappings:
      Namespace Name Mixin selector
      official a Lava;a:I
      intermediary field_2493 Lnet/minecraft/class_665;field_2493:I
      named creationTick Lnet/minecraft/client/gui/hud/ChatHudLine;creationTick:I
    • text

      private final Text text
      Mappings:
      Namespace Name Mixin selector
      official b Lava;b:Leu;
      intermediary field_2494 Lnet/minecraft/class_665;field_2494:Lnet/minecraft/class_1444;
      named text Lnet/minecraft/client/gui/hud/ChatHudLine;text:Lnet/minecraft/text/Text;
    • id

      private final int id
      Mappings:
      Namespace Name Mixin selector
      official c Lava;c:I
      intermediary field_2495 Lnet/minecraft/class_665;field_2495:I
      named id Lnet/minecraft/client/gui/hud/ChatHudLine;id:I
  • Constructor Details

    • ChatHudLine

      public ChatHudLine​(int creationTick, Text text, int id)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lava;<init>(ILeu;I)V
      intermediary <init> Lnet/minecraft/class_665;<init>(ILnet/minecraft/class_1444;I)V
      named <init> Lnet/minecraft/client/gui/hud/ChatHudLine;<init>(ILnet/minecraft/text/Text;I)V
  • Method Details

    • getText

      public Text getText()
      Mappings:
      Namespace Name Mixin selector
      official a Lava;a()Leu;
      intermediary method_2193 Lnet/minecraft/class_665;method_2193()Lnet/minecraft/class_1444;
      named getText Lnet/minecraft/client/gui/hud/ChatHudLine;getText()Lnet/minecraft/text/Text;
    • getCreationTick

      public int getCreationTick()
      Mappings:
      Namespace Name Mixin selector
      official b Lava;b()I
      intermediary method_2194 Lnet/minecraft/class_665;method_2194()I
      named getCreationTick Lnet/minecraft/client/gui/hud/ChatHudLine;getCreationTick()I
    • getId

      public int getId()
      Mappings:
      Namespace Name Mixin selector
      official c Lava;c()I
      intermediary method_2195 Lnet/minecraft/class_665;method_2195()I
      named getId Lnet/minecraft/client/gui/hud/ChatHudLine;getId()I