net.minecraft.src
Class IntegratedServerListenThread

java.lang.Object
  extended by net.minecraft.src.NetworkListenThread
      extended by net.minecraft.src.IntegratedServerListenThread

public class IntegratedServerListenThread
extends NetworkListenThread


Field Summary
 
Fields inherited from class net.minecraft.src.NetworkListenThread
isListening, logger
 
Constructor Summary
IntegratedServerListenThread(IntegratedServer par1IntegratedServer)
           
 
Method Summary
 boolean func_71752_f()
           
 IntegratedServer func_71753_e()
           
 void func_71754_a(MemoryConnection par1MemoryConnection, String par2Str)
           
 String func_71755_c()
           
 MinecraftServer getServer()
           
 void networkTick()
          processes packets and pending connections
 void stopListening()
           
 
Methods inherited from class net.minecraft.src.NetworkListenThread
addPlayer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegratedServerListenThread

public IntegratedServerListenThread(IntegratedServer par1IntegratedServer)
                             throws IOException
Throws:
IOException
Method Detail

func_71754_a

public void func_71754_a(MemoryConnection par1MemoryConnection,
                         String par2Str)

func_71755_c

public String func_71755_c()
                    throws IOException
Throws:
IOException

stopListening

public void stopListening()
Overrides:
stopListening in class NetworkListenThread

networkTick

public void networkTick()
processes packets and pending connections

Overrides:
networkTick in class NetworkListenThread

func_71753_e

public IntegratedServer func_71753_e()

func_71752_f

public boolean func_71752_f()

getServer

public MinecraftServer getServer()
Overrides:
getServer in class NetworkListenThread