public class UpgradeData
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpgradeData.IBlockFixer |
| Modifier and Type | Field and Description |
|---|---|
static UpgradeData |
EMPTY |
| Constructor and Description |
|---|
UpgradeData(NBTTagCompound p_i47714_1_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
void |
postProcessChunk(Chunk chunkIn) |
NBTTagCompound |
write() |
public static final UpgradeData EMPTY
public UpgradeData(NBTTagCompound p_i47714_1_)
public void postProcessChunk(Chunk chunkIn)
public boolean isEmpty()
public NBTTagCompound write()