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) |
void |
writeInstance(NBTTagCompound tagCompoundIn,
int chunkX,
int chunkZ) |
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()