public class CubeDataEvent extends CubeEvent
ChunkDataEvent| Modifier and Type | Class and Description |
|---|---|
static class |
CubeDataEvent.Load
CubicChunks equivalent of
ChunkDataEvent.Load |
static class |
CubeDataEvent.Save
CubicChunks equivalent of
ChunkDataEvent.Save |
CubeEvent.Unload| Constructor and Description |
|---|
CubeDataEvent(ICube cube,
net.minecraft.nbt.NBTTagCompound data) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.nbt.NBTTagCompound |
getData() |
public CubeDataEvent(ICube cube, net.minecraft.nbt.NBTTagCompound data)