net.minecraft.client.gui
Class ChatLine

java.lang.Object
  extended by net.minecraft.client.gui.ChatLine

public class ChatLine
extends Object


Constructor Summary
ChatLine(int par1, String par2Str, int par3)
           
 
Method Summary
 int getChatLineID()
           
 String getChatLineString()
           
 int getUpdatedCounter()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatLine

public ChatLine(int par1,
                String par2Str,
                int par3)
Method Detail

getChatLineString

public String getChatLineString()

getUpdatedCounter

public int getUpdatedCounter()

getChatLineID

public int getChatLineID()