net.minecraft.src
Class IntegratedServerListenThread
java.lang.Object
net.minecraft.src.NetworkListenThread
net.minecraft.src.IntegratedServerListenThread
public class IntegratedServerListenThread
- extends NetworkListenThread
IntegratedServerListenThread
public IntegratedServerListenThread(IntegratedServer par1IntegratedServer)
throws IOException
- Throws:
IOException
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
getIntergatedServerMinecraftServerInstance
public IntegratedServer getIntergatedServerMinecraftServerInstance()
- Gets MinecraftServer instance.
func_71752_f
public boolean func_71752_f()
getServer
public MinecraftServer getServer()
- Overrides:
getServer
in class NetworkListenThread