net.minecraft.src
Class ServerData

java.lang.Object
  extended by net.minecraft.src.ServerData

public class ServerData
extends Object


Field Summary
 boolean field_78841_f
           
 long field_78844_e
           
 String field_78846_c
           
 String serverIP
           
 String serverMOTD
           
 String serverName
           
 
Constructor Summary
ServerData(String par1Str, String par2Str)
           
 
Method Summary
 boolean func_78840_c()
           
 boolean getAcceptsTextures()
           
 NBTTagCompound getNBTCompound()
          Returns an NBTTagCompound with the server's name, IP and maybe acceptTextures.
static ServerData getServerDataFromNBTCompound(NBTTagCompound par0NBTTagCompound)
          Takes an NBTTagCompound with 'name' and 'ip' keys, returns a ServerData instance.
 void setAcceptsTextures(boolean par1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverName

public String serverName

serverIP

public String serverIP

field_78846_c

public String field_78846_c

serverMOTD

public String serverMOTD

field_78844_e

public long field_78844_e

field_78841_f

public boolean field_78841_f
Constructor Detail

ServerData

public ServerData(String par1Str,
                  String par2Str)
Method Detail

getNBTCompound

public NBTTagCompound getNBTCompound()
Returns an NBTTagCompound with the server's name, IP and maybe acceptTextures.


getAcceptsTextures

public boolean getAcceptsTextures()

func_78840_c

public boolean func_78840_c()

setAcceptsTextures

public void setAcceptsTextures(boolean par1)

getServerDataFromNBTCompound

public static ServerData getServerDataFromNBTCompound(NBTTagCompound par0NBTTagCompound)
Takes an NBTTagCompound with 'name' and 'ip' keys, returns a ServerData instance.