net.minecraft.client.gui
Class GuiPlayerInfo

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

public class GuiPlayerInfo
extends Object


Field Summary
 String name
          The string value of the object
 int responseTime
          Player response time to server in milliseconds
 
Constructor Summary
GuiPlayerInfo(String par1Str)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name
The string value of the object


responseTime

public int responseTime
Player response time to server in milliseconds

Constructor Detail

GuiPlayerInfo

public GuiPlayerInfo(String par1Str)