Uses of Class
net.minecraft.server.integrated.IntegratedServer

Packages that use IntegratedServer
net.minecraft.client   
net.minecraft.client.multiplayer   
net.minecraft.server.integrated   
 

Uses of IntegratedServer in net.minecraft.client
 

Methods in net.minecraft.client that return IntegratedServer
 IntegratedServer Minecraft.getIntegratedServer()
          Returns the currently running integrated server
 

Uses of IntegratedServer in net.minecraft.client.multiplayer
 

Constructors in net.minecraft.client.multiplayer with parameters of type IntegratedServer
NetClientHandler(Minecraft par1Minecraft, IntegratedServer par2IntegratedServer)
           
 

Uses of IntegratedServer in net.minecraft.server.integrated
 

Methods in net.minecraft.server.integrated that return IntegratedServer
 IntegratedServer IntegratedPlayerList.getIntegratedServer()
          get the associated Integrated Server
 IntegratedServer IntegratedServerListenThread.getIntergatedServerMinecraftServerInstance()
          Gets MinecraftServer instance.
 

Constructors in net.minecraft.server.integrated with parameters of type IntegratedServer
IntegratedPlayerList(IntegratedServer par1IntegratedServer)
           
IntegratedServerListenThread(IntegratedServer par1IntegratedServer)