public class MapGenStructureData extends WorldSavedData
| Modifier and Type | Field and Description |
|---|---|
private NBTTagCompound |
tagCompound |
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, setDirtyprivate NBTTagCompound tagCompound
public 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()