Uses of Class
net.minecraft.src.WorldInfo

Packages that use WorldInfo
net.minecraft.src   
 

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 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)