Uses of Class
net.minecraft.server.management.ServerConfigurationManager

Packages that use ServerConfigurationManager
net.minecraft.server   
net.minecraft.server.dedicated   
net.minecraft.server.integrated   
 

Uses of ServerConfigurationManager in net.minecraft.server
 

Methods in net.minecraft.server that return ServerConfigurationManager
 ServerConfigurationManager MinecraftServer.getConfigurationManager()
           
static ServerConfigurationManager MinecraftServer.getServerConfigurationManager(MinecraftServer par0MinecraftServer)
          Gets the current player count, maximum player count, and player entity list.
 

Methods in net.minecraft.server with parameters of type ServerConfigurationManager
 void MinecraftServer.setConfigurationManager(ServerConfigurationManager par1ServerConfigurationManager)
           
 

Uses of ServerConfigurationManager in net.minecraft.server.dedicated
 

Subclasses of ServerConfigurationManager in net.minecraft.server.dedicated
 class DedicatedPlayerList
           
 

Methods in net.minecraft.server.dedicated that return ServerConfigurationManager
 ServerConfigurationManager DedicatedServer.getConfigurationManager()
           
 

Uses of ServerConfigurationManager in net.minecraft.server.integrated
 

Subclasses of ServerConfigurationManager in net.minecraft.server.integrated
 class IntegratedPlayerList