@Environment(value=CLIENT) public class ChatHudLine extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
creationTick |
private int |
id |
private Text |
text |
| Constructor and Description |
|---|
ChatHudLine(int creationTick,
Text text,
int id) |
private final int creationTick
private final Text text
private final int id
public ChatHudLine(int creationTick,
Text text,
int id)
public Text getText()
public int getCreationTick()
public int getId()