Uses of Class
net.minecraft.src.WorldInfo

Packages that use WorldInfo
cpw.mods.fml.common   
net.minecraft.src   
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.src
 

Subclasses of WorldInfo in net.minecraft.src
 class DerivedWorldInfo
           
 

Methods in net.minecraft.src that return WorldInfo
 WorldInfo World.getWorldInfo()
          Gets the World's WorldInfo instance
 WorldInfo ISaveFormat.getWorldInfo(String var1)
           
 WorldInfo SaveFormatOld.getWorldInfo(String par1Str)
          gets the world info
 WorldInfo SaveHandlerMP.loadWorldInfo()
          Loads and returns the world info
 WorldInfo ISaveHandler.loadWorldInfo()
          Loads and returns the world info
 WorldInfo SaveHandler.loadWorldInfo()
          Loads and returns the world info
 

Methods in net.minecraft.src with parameters of type WorldInfo
 void GuiCreateWorld.func_82286_a(WorldInfo par1WorldInfo)
           
 void SaveHandlerMP.saveWorldInfo(WorldInfo par1WorldInfo)
          Saves the passed in world info.
 void ISaveHandler.saveWorldInfo(WorldInfo var1)
          Saves the passed in world info.
 void SaveHandler.saveWorldInfo(WorldInfo par1WorldInfo)
          Saves the passed in world info.
 void SaveHandlerMP.saveWorldInfoWithPlayer(WorldInfo par1WorldInfo, NBTTagCompound par2NBTTagCompound)
          Saves the given World Info with the given NBTTagCompound as the Player.
 void AnvilSaveHandler.saveWorldInfoWithPlayer(WorldInfo par1WorldInfo, NBTTagCompound par2NBTTagCompound)
          Saves the given World Info with the given NBTTagCompound as the Player.
 void ISaveHandler.saveWorldInfoWithPlayer(WorldInfo var1, NBTTagCompound var2)
          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.src with parameters of type WorldInfo
DerivedWorldInfo(WorldInfo par1WorldInfo)
           
WorldInfo(WorldInfo par1WorldInfo)
           
WorldSettings(WorldInfo par1WorldInfo)
           
 

Uses of WorldInfo in net.minecraftforge.common
 

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)