Uses of Class
net.minecraft.world.storage.WorldInfo

Packages that use WorldInfo
cpw.mods.fml.common   
net.minecraft.client.gui   
net.minecraft.world   
net.minecraft.world.chunk.storage   
net.minecraft.world.storage   
net.minecraftforge.common   
 

Uses of WorldInfo in cpw.mods.fml.common
 

Methods in cpw.mods.fml.common with parameters of type WorldInfo
 NBTTagCompound FMLDummyContainer.getDataForWriting(SaveHandler handler, WorldInfo info)
           
 NBTTagCompound WorldAccessContainer.getDataForWriting(SaveHandler handler, WorldInfo info)
           
 void FMLCommonHandler.handleWorldDataLoad(SaveHandler handler, WorldInfo worldInfo, NBTTagCompound tagCompound)
           
 void FMLCommonHandler.handleWorldDataSave(SaveHandler handler, WorldInfo worldInfo, NBTTagCompound tagCompound)
           
 void FMLDummyContainer.readData(SaveHandler handler, WorldInfo info, Map<String,NBTBase> propertyMap, NBTTagCompound tag)
           
 void WorldAccessContainer.readData(SaveHandler handler, WorldInfo info, Map<String,NBTBase> propertyMap, NBTTagCompound tag)
           
 

Uses of WorldInfo in net.minecraft.client.gui
 

Methods in net.minecraft.client.gui with parameters of type WorldInfo
 void GuiCreateWorld.func_82286_a(WorldInfo par1WorldInfo)
           
 

Uses of WorldInfo in net.minecraft.world
 

Methods in net.minecraft.world that return WorldInfo
 WorldInfo World.getWorldInfo()
          Gets the World's WorldInfo instance
 

Constructors in net.minecraft.world with parameters of type WorldInfo
WorldSettings(WorldInfo par1WorldInfo)
           
 

Uses of WorldInfo in net.minecraft.world.chunk.storage
 

Methods in net.minecraft.world.chunk.storage with parameters of type WorldInfo
 void AnvilSaveHandler.saveWorldInfoWithPlayer(WorldInfo par1WorldInfo, NBTTagCompound par2NBTTagCompound)
          Saves the given World Info with the given NBTTagCompound as the Player.
 

Uses of WorldInfo in net.minecraft.world.storage
 

Subclasses of WorldInfo in net.minecraft.world.storage
 class DerivedWorldInfo
           
 

Methods in net.minecraft.world.storage that return WorldInfo
 WorldInfo ISaveFormat.getWorldInfo(String var1)
           
 WorldInfo SaveFormatOld.getWorldInfo(String par1Str)
          gets the world info
 WorldInfo ISaveHandler.loadWorldInfo()
          Loads and returns the world info
 WorldInfo SaveHandlerMP.loadWorldInfo()
          Loads and returns the world info
 WorldInfo SaveHandler.loadWorldInfo()
          Loads and returns the world info
 

Methods in net.minecraft.world.storage with parameters of type WorldInfo
 void ISaveHandler.saveWorldInfo(WorldInfo var1)
          Saves the passed in world info.
 void SaveHandlerMP.saveWorldInfo(WorldInfo par1WorldInfo)
          Saves the passed in world info.
 void SaveHandler.saveWorldInfo(WorldInfo par1WorldInfo)
          Saves the passed in world info.
 void ISaveHandler.saveWorldInfoWithPlayer(WorldInfo var1, NBTTagCompound var2)
          Saves the given World Info with the given NBTTagCompound as the Player.
 void SaveHandlerMP.saveWorldInfoWithPlayer(WorldInfo par1WorldInfo, NBTTagCompound par2NBTTagCompound)
          Saves the given World Info with the given NBTTagCompound as the Player.
 void SaveHandler.saveWorldInfoWithPlayer(WorldInfo par1WorldInfo, NBTTagCompound par2NBTTagCompound)
          Saves the given World Info with the given NBTTagCompound as the Player.
 

Constructors in net.minecraft.world.storage with parameters of type WorldInfo
DerivedWorldInfo(WorldInfo par1WorldInfo)
           
WorldInfo(WorldInfo par1WorldInfo)
           
 

Uses of WorldInfo in net.minecraftforge.common
 

Methods in net.minecraftforge.common that return WorldInfo
 WorldInfo WorldSpecificSaveHandler.loadWorldInfo()
           
 

Methods in net.minecraftforge.common with parameters of type WorldInfo
 NBTTagCompound ForgeDummyContainer.getDataForWriting(SaveHandler handler, WorldInfo info)
           
 void ForgeDummyContainer.readData(SaveHandler handler, WorldInfo info, Map<String,NBTBase> propertyMap, NBTTagCompound tag)
           
 void WorldSpecificSaveHandler.saveWorldInfo(WorldInfo var1)
           
 void WorldSpecificSaveHandler.saveWorldInfoWithPlayer(WorldInfo var1, NBTTagCompound var2)