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_326
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_901 Lnet/minecraft/class_326;field_901: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_7613 Lnet/minecraft/class_326;field_7613:Lnet/minecraft/class_1982;
      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_903 Lnet/minecraft/class_326;field_903: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_326;<init>(ILnet/minecraft/class_1982;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_6615 Lnet/minecraft/class_326;method_6615()Lnet/minecraft/class_1982;
      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_835 Lnet/minecraft/class_326;method_835()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_836 Lnet/minecraft/class_326;method_836()I
      named getId Lnet/minecraft/client/gui/hud/ChatHudLine;getId()I