net.minecraft.client.multiplayer
Class LanServer

java.lang.Object
  extended by net.minecraft.client.multiplayer.LanServer

public class LanServer
extends Object


Constructor Summary
LanServer(String par1Str, String par2Str)
           
 
Method Summary
 String getServerIpPort()
           
 String getServerMotd()
           
 void updateLastSeen()
          Updates the time this LanServer was last seen.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanServer

public LanServer(String par1Str,
                 String par2Str)
Method Detail

getServerMotd

public String getServerMotd()

getServerIpPort

public String getServerIpPort()

updateLastSeen

public void updateLastSeen()
Updates the time this LanServer was last seen.