Package net.minecraft.client.gui.hud
Class ChatHudLine
java.lang.Object
net.minecraft.client.gui.hud.ChatHudLine
@Environment(CLIENT) public class ChatHudLine extends Object
- Mappings:
Namespace Name official avaintermediary net/minecraft/class_665named net/minecraft/client/gui/hud/ChatHudLine
-
Field Summary
Fields Modifier and Type Field Description private intcreationTickprivate intidprivate Texttext -
Constructor Summary
Constructors Constructor Description ChatHudLine(int creationTick, Text text, int id) -
Method Summary
Modifier and Type Method Description intgetCreationTick()intgetId()TextgetText()
-
Field Details
-
creationTick
private final int creationTick- Mappings:
Namespace Name Mixin selector official aLava;a:Iintermediary field_2493Lnet/minecraft/class_665;field_2493:Inamed creationTickLnet/minecraft/client/gui/hud/ChatHudLine;creationTick:I
-
text
- Mappings:
Namespace Name Mixin selector official bLava;b:Leu;intermediary field_2494Lnet/minecraft/class_665;field_2494:Lnet/minecraft/class_1444;named textLnet/minecraft/client/gui/hud/ChatHudLine;text:Lnet/minecraft/text/Text;
-
id
private final int id- Mappings:
Namespace Name Mixin selector official cLava;c:Iintermediary field_2495Lnet/minecraft/class_665;field_2495:Inamed idLnet/minecraft/client/gui/hud/ChatHudLine;id:I
-
-
Constructor Details
-
ChatHudLine
- Mappings:
Namespace Name Mixin selector official <init>Lava;<init>(ILeu;I)Vintermediary <init>Lnet/minecraft/class_665;<init>(ILnet/minecraft/class_1444;I)Vnamed <init>Lnet/minecraft/client/gui/hud/ChatHudLine;<init>(ILnet/minecraft/text/Text;I)V
-
-
Method Details
-
getText
- Mappings:
Namespace Name Mixin selector official aLava;a()Leu;intermediary method_2193Lnet/minecraft/class_665;method_2193()Lnet/minecraft/class_1444;named getTextLnet/minecraft/client/gui/hud/ChatHudLine;getText()Lnet/minecraft/text/Text;
-
getCreationTick
public int getCreationTick()- Mappings:
Namespace Name Mixin selector official bLava;b()Iintermediary method_2194Lnet/minecraft/class_665;method_2194()Inamed getCreationTickLnet/minecraft/client/gui/hud/ChatHudLine;getCreationTick()I
-
getId
public int getId()- Mappings:
Namespace Name Mixin selector official cLava;c()Iintermediary method_2195Lnet/minecraft/class_665;method_2195()Inamed getIdLnet/minecraft/client/gui/hud/ChatHudLine;getId()I
-