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