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, setDirty
private NBTTagCompound tagCompound
public void readFromNBT(NBTTagCompound nbt)
readFromNBT
in class WorldSavedData
public NBTTagCompound writeToNBT(NBTTagCompound compound)
writeToNBT
in class WorldSavedData
public void writeInstance(NBTTagCompound tagCompoundIn, int chunkX, int chunkZ)
public static java.lang.String formatChunkCoords(int chunkX, int chunkZ)
public NBTTagCompound getTagCompound()