Uses of Class
net.minecraft.src.WorldSavedData

Packages that use WorldSavedData
net.minecraft.src   
 

Uses of WorldSavedData in net.minecraft.src
 

Subclasses of WorldSavedData in net.minecraft.src
 class MapData
           
 class VillageCollection
           
 

Methods in net.minecraft.src that return WorldSavedData
 WorldSavedData MapStorage.loadData(Class par1Class, String par2Str)
          Loads an existing MapDataBase corresponding to the given String id from disk, instantiating the given Class, or returns null if none such file exists.
 WorldSavedData World.loadItemData(Class par1Class, String par2Str)
          Loads an existing MapDataBase corresponding to the given String id from disk using the MapStorage, instantiating the given Class, or returns null if none such file exists.
 

Methods in net.minecraft.src with parameters of type WorldSavedData
 void MapStorage.setData(String par1Str, WorldSavedData par2WorldSavedData)
          Assigns the given String id to the given MapDataBase, removing any existing ones of the same id.
 void World.setItemData(String par1Str, WorldSavedData par2WorldSavedData)
          Assigns the given String id to the given MapDataBase using the MapStorage, removing any existing ones of the same id.