Uses of Class
net.minecraft.server.dedicated.DedicatedServer

Packages that use DedicatedServer
cpw.mods.fml.common   
net.minecraft.server   
net.minecraft.server.dedicated   
net.minecraft.server.gui   
 

Uses of DedicatedServer in cpw.mods.fml.common
 

Methods in cpw.mods.fml.common with parameters of type DedicatedServer
 void FMLCommonHandler.onServerStart(DedicatedServer dedicatedServer)
           
 

Uses of DedicatedServer in net.minecraft.server
 

Constructors in net.minecraft.server with parameters of type DedicatedServer
ThreadDedicatedServer(DedicatedServer par1DedicatedServer)
           
 

Uses of DedicatedServer in net.minecraft.server.dedicated
 

Methods in net.minecraft.server.dedicated that return DedicatedServer
 DedicatedServer DedicatedServerListenThread.getDedicatedServer()
           
 DedicatedServer DedicatedPlayerList.getDedicatedServerInstance()
           
 

Constructors in net.minecraft.server.dedicated with parameters of type DedicatedServer
DedicatedPlayerList(DedicatedServer par1DedicatedServer)
           
 

Uses of DedicatedServer in net.minecraft.server.gui
 

Methods in net.minecraft.server.gui with parameters of type DedicatedServer
static void ServerGUI.initGUI(DedicatedServer par0DedicatedServer)
          Sets up the server GUI
 

Constructors in net.minecraft.server.gui with parameters of type DedicatedServer
ServerGUI(DedicatedServer par1DedicatedServer)