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() |
addPlayerpublic IntegratedServerListenThread(IntegratedServer par1IntegratedServer) throws IOException
IOExceptionpublic void func_71754_a(MemoryConnection par1MemoryConnection, String par2Str)
public String func_71755_c() throws IOException
IOExceptionpublic void stopListening()
stopListening in class NetworkListenThreadpublic void networkTick()
networkTick in class NetworkListenThreadpublic IntegratedServer getIntegratedServer()
public boolean isGamePaused()
public MinecraftServer getServer()
getServer in class NetworkListenThread