Uses of Class
net.minecraft.src.DedicatedServer

Packages that use DedicatedServer
cpw.mods.fml.common   
net.minecraft.src   
 

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.src
 

Methods in net.minecraft.src that return DedicatedServer
 DedicatedServer DedicatedServerListenThread.func_71762_c()
           
 DedicatedServer DedicatedPlayerList.getDedicatedServerInstance()
           
 

Methods in net.minecraft.src with parameters of type DedicatedServer
static void ServerGUI.func_79003_a(DedicatedServer par0DedicatedServer)
           
 

Constructors in net.minecraft.src with parameters of type DedicatedServer
DedicatedPlayerList(DedicatedServer par1DedicatedServer)
           
ServerGUI(DedicatedServer par1DedicatedServer)
           
ThreadDedicatedServer(DedicatedServer par1DedicatedServer)