public class MapGenStructureData extends WorldSavedData
mapName| Constructor and Description |
|---|
MapGenStructureData(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
formatChunkCoords(int chunkX,
int chunkZ) |
NBTTagCompound |
getTagCompound() |
void |
readFromNBT(NBTTagCompound nbt)
reads in data from the NBTTagCompound into this MapDataBase
|
void |
writeInstance(NBTTagCompound tagCompoundIn,
int chunkX,
int chunkZ)
Writes the NBT tag of an instance of this structure type to the internal NBT tag, using the chunkcoordinates as
the key
|
NBTTagCompound |
writeToNBT(NBTTagCompound compound) |
deserializeNBT, isDirty, markDirty, serializeNBT, setDirtypublic void readFromNBT(NBTTagCompound nbt)
readFromNBT in class WorldSavedDatapublic NBTTagCompound writeToNBT(NBTTagCompound compound)
writeToNBT in class WorldSavedDatapublic void writeInstance(NBTTagCompound tagCompoundIn, int chunkX, int chunkZ)
public static java.lang.String formatChunkCoords(int chunkX,
int chunkZ)
public NBTTagCompound getTagCompound()