Package net.minecraft.client.gui.hud
Class ChatHudLine
java.lang.Object
net.minecraft.client.gui.hud.ChatHudLine
@Environment(CLIENT) public class ChatHudLine extends Object
-
Field Summary
Fields Modifier and Type Field Description private intcreationTickprivate intidprivate StringRenderabletext -
Constructor Summary
Constructors Constructor Description ChatHudLine(int creationTick, StringRenderable stringRenderable, int id) -
Method Summary
Modifier and Type Method Description intgetCreationTick()intgetId()StringRenderablegetText()
-
Field Details
-
creationTick
private final int creationTick -
text
-
id
private final int id
-
-
Constructor Details
-
Method Details
-
getText
-
getCreationTick
public int getCreationTick() -
getId
public int getId()
-