public class IntegratedServerListenThread extends NetworkListenThread
isListening
Constructor and Description |
---|
IntegratedServerListenThread(IntegratedServer par1IntegratedServer) |
Modifier and Type | Method and Description |
---|---|
void |
func_71754_a(MemoryConnection par1MemoryConnection,
String par2Str) |
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 IOException
IOException
public void func_71754_a(MemoryConnection par1MemoryConnection, String par2Str)
public String func_71755_c() throws IOException
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