Package | Description |
---|---|
net.minecraft.scoreboard | |
net.minecraft.village | |
net.minecraft.world | |
net.minecraft.world.storage |
Modifier and Type | Class and Description |
---|---|
class |
ScoreboardSaveData |
Modifier and Type | Class and Description |
---|---|
class |
VillageCollection |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MapData |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MapStorage.setData(String par1Str,
WorldSavedData par2WorldSavedData)
Assigns the given String id to the given MapDataBase, removing any existing ones of the same id.
|