public class ChatLine
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
chatLineID |
private ITextComponent |
lineString |
private int |
updateCounterCreated |
| Constructor and Description |
|---|
ChatLine(int updateCounterCreatedIn,
ITextComponent lineStringIn,
int chatLineIDIn) |
| Modifier and Type | Method and Description |
|---|---|
ITextComponent |
getChatComponent() |
int |
getChatLineID() |
int |
getUpdatedCounter() |
private final int updateCounterCreated
private final ITextComponent lineString
private final int chatLineID
public ChatLine(int updateCounterCreatedIn,
ITextComponent lineStringIn,
int chatLineIDIn)
public ITextComponent getChatComponent()
public int getUpdatedCounter()
public int getChatLineID()