Package net.minecraft.client.gui.hud
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 dqf
intermediary net/minecraft/class_303
named net/minecraft/client/gui/hud/ChatHudLine
-
Field Summary
Fields Modifier and Type Field Description private int
creationTick
private int
id
private T
text
-
Constructor Summary
Constructors Constructor Description ChatHudLine(int creationTick, T text, int id)
-
Method Summary
Modifier and Type Method Description int
getCreationTick()
int
getId()
T
getText()
-
Field Details
-
creationTick
private final int creationTick- Mappings:
Namespace Name Mixin selector official a
Ldqf;a:I
intermediary field_1650
Lnet/minecraft/class_303;field_1650:I
named creationTick
Lnet/minecraft/client/gui/hud/ChatHudLine;creationTick:I
-
text
- Mappings:
Namespace Name Mixin selector official b
Ldqf;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
Ldqf;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
- Mappings:
Namespace Name Mixin selector official <init>
Ldqf;<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
- Mappings:
Namespace Name Mixin selector official a
Ldqf;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
Ldqf;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
Ldqf;c()I
intermediary method_1413
Lnet/minecraft/class_303;method_1413()I
named getId
Lnet/minecraft/client/gui/hud/ChatHudLine;getId()I
-