YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.server.integrated.IntegratedServerListenThread Class Reference
Inheritance diagram for net.minecraft.server.integrated.IntegratedServerListenThread:
net.minecraft.network.NetworkListenThread

Public Member Functions

 IntegratedServerListenThread (IntegratedServer par1IntegratedServer) throws IOException
 
void func_71754_a (MemoryConnection par1MemoryConnection, String par2Str)
 
String func_71755_c () throws IOException
 
void stopListening ()
 
void networkTick ()
 
IntegratedServer getIntegratedServer ()
 
boolean isGamePaused ()
 
MinecraftServer getServer ()
 
- Public Member Functions inherited from net.minecraft.network.NetworkListenThread
 NetworkListenThread (MinecraftServer par1MinecraftServer) throws IOException
 
void addPlayer (NetServerHandler par1NetServerHandler)
 
void stopListening ()
 
void networkTick ()
 
MinecraftServer getServer ()
 

Additional Inherited Members

- Public Attributes inherited from net.minecraft.network.NetworkListenThread
volatile boolean isListening = false
 

Constructor & Destructor Documentation

net.minecraft.server.integrated.IntegratedServerListenThread.IntegratedServerListenThread ( IntegratedServer  par1IntegratedServer) throws IOException

Member Function Documentation

void net.minecraft.server.integrated.IntegratedServerListenThread.func_71754_a ( MemoryConnection  par1MemoryConnection,
String  par2Str 
)
String net.minecraft.server.integrated.IntegratedServerListenThread.func_71755_c ( ) throws IOException
IntegratedServer net.minecraft.server.integrated.IntegratedServerListenThread.getIntegratedServer ( )

Gets MinecraftServer instance.

MinecraftServer net.minecraft.server.integrated.IntegratedServerListenThread.getServer ( )
boolean net.minecraft.server.integrated.IntegratedServerListenThread.isGamePaused ( )
void net.minecraft.server.integrated.IntegratedServerListenThread.networkTick ( )

processes packets and pending connections

void net.minecraft.server.integrated.IntegratedServerListenThread.stopListening ( )

The documentation for this class was generated from the following file: