@Environment(value=CLIENT) public class ChatHudLine<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
creationTick |
private int |
id |
private T |
text |
| Constructor and Description |
|---|
ChatHudLine(int creationTick,
T t,
int id) |