Class ChatHudLine<T>

java.lang.Object
net.minecraft.client.gui.hud.ChatHudLine<T>

@Environment(CLIENT) public class ChatHudLine<T> extends Object
Mappings:
Namespace Name
official dvj
intermediary net/minecraft/class_303
named net/minecraft/client/gui/hud/ChatHudLine
  • Field Details

    • creationTick

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

      private final T text
      Mappings:
      Namespace Name Mixin selector
      official b Ldvj;b:Ljava/lang/Object;
      intermediary field_1651 Lnet/minecraft/class_303;field_1651:Ljava/lang/Object;
      named text Lnet/minecraft/client/gui/hud/ChatHudLine;text:Ljava/lang/Object;
    • id

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

    • ChatHudLine

      public ChatHudLine(int creationTick, T text, int id)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldvj;<init>(ILjava/lang/Object;I)V
      intermediary <init> Lnet/minecraft/class_303;<init>(ILjava/lang/Object;I)V
      named <init> Lnet/minecraft/client/gui/hud/ChatHudLine;<init>(ILjava/lang/Object;I)V
  • Method Details

    • getText

      public T getText()
      Mappings:
      Namespace Name Mixin selector
      official a Ldvj;a()Ljava/lang/Object;
      intermediary method_1412 Lnet/minecraft/class_303;method_1412()Ljava/lang/Object;
      named getText Lnet/minecraft/client/gui/hud/ChatHudLine;getText()Ljava/lang/Object;
    • getCreationTick

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

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