public class IntegratedServerListenThread extends NetworkListenThread
isListening
Constructor and Description |
---|
IntegratedServerListenThread(IntegratedServer par1IntegratedServer) |
Modifier and Type | Method and Description |
---|---|
void |
func_71754_a(MemoryConnection par1MemoryConnection,
java.lang.String par2Str) |
java.lang.String |
func_71755_c() |
IntegratedServer |
getIntegratedServer()
Gets MinecraftServer instance.
|
MinecraftServer |
getServer() |
boolean |
isGamePaused() |
void |
networkTick()
processes packets and pending connections
|
void |
stopListening() |
addPlayer
public IntegratedServerListenThread(IntegratedServer par1IntegratedServer) throws java.io.IOException
java.io.IOException
public void func_71754_a(MemoryConnection par1MemoryConnection, java.lang.String par2Str)
public java.lang.String func_71755_c() throws java.io.IOException
java.io.IOException
public void stopListening()
stopListening
in class NetworkListenThread
public void networkTick()
networkTick
in class NetworkListenThread
public IntegratedServer getIntegratedServer()
public boolean isGamePaused()
public MinecraftServer getServer()
getServer
in class NetworkListenThread