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(CompoundNBT p_i47714_1_) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty() |
void |
postProcessChunk(Chunk chunkIn) |
CompoundNBT |
write() |
public static final UpgradeData EMPTY
public UpgradeData(CompoundNBT p_i47714_1_)
public void postProcessChunk(Chunk chunkIn)
public boolean isEmpty()
public CompoundNBT write()