Uses of Class
net.minecraft.world.WorldSettings

Packages that use WorldSettings
net.minecraft.client   
net.minecraft.client.multiplayer   
net.minecraft.server.integrated   
net.minecraft.world   
net.minecraft.world.demo   
net.minecraft.world.storage   
 

Uses of WorldSettings in net.minecraft.client
 

Methods in net.minecraft.client with parameters of type WorldSettings
 void Minecraft.launchIntegratedServer(String par1Str, String par2Str, WorldSettings par3WorldSettings)
          Arguments: World foldername, World ingame name, WorldSettings
 

Uses of WorldSettings in net.minecraft.client.multiplayer
 

Constructors in net.minecraft.client.multiplayer with parameters of type WorldSettings
WorldClient(NetClientHandler par1NetClientHandler, WorldSettings par2WorldSettings, int par3, int par4, Profiler par5Profiler)
           
 

Uses of WorldSettings in net.minecraft.server.integrated
 

Constructors in net.minecraft.server.integrated with parameters of type WorldSettings
IntegratedServer(Minecraft par1Minecraft, String par2Str, String par3Str, WorldSettings par4WorldSettings)
           
 

Uses of WorldSettings in net.minecraft.world
 

Methods in net.minecraft.world that return WorldSettings
 WorldSettings WorldSettings.enableBonusChest()
          Enables the bonus chest.
 WorldSettings WorldSettings.enableCommands()
           
 WorldSettings WorldSettings.func_82750_a(String par1Str)
           
 

Constructors in net.minecraft.world with parameters of type WorldSettings
World(ISaveHandler par1ISaveHandler, String par2Str, WorldProvider par3WorldProvider, WorldSettings par4WorldSettings, Profiler par5Profiler)
           
World(ISaveHandler par1ISaveHandler, String par2Str, WorldSettings par3WorldSettings, WorldProvider par4WorldProvider, Profiler par5Profiler)
           
WorldServer(MinecraftServer par1MinecraftServer, ISaveHandler par2ISaveHandler, String par3Str, int par4, WorldSettings par5WorldSettings, Profiler par6Profiler)
           
WorldServerMulti(MinecraftServer par1MinecraftServer, ISaveHandler par2ISaveHandler, String par3Str, int par4, WorldSettings par5WorldSettings, WorldServer par6WorldServer, Profiler par7Profiler)
           
 

Uses of WorldSettings in net.minecraft.world.demo
 

Fields in net.minecraft.world.demo declared as WorldSettings
static WorldSettings DemoWorldServer.demoWorldSettings
           
 

Uses of WorldSettings in net.minecraft.world.storage
 

Constructors in net.minecraft.world.storage with parameters of type WorldSettings
WorldInfo(WorldSettings par1WorldSettings, String par2Str)