public interface ISPacketChunkData
| Modifier and Type | Method and Description |
|---|---|
void |
setAvailableSections(int sections) |
void |
setBuffer(byte[] buf) |
void |
setChunkX(int x) |
void |
setChunkZ(int z) |
void |
setFullChunk(boolean full) |
void |
setTileEntityTags(java.util.List<net.minecraft.nbt.NBTTagCompound> teTags) |
void setChunkX(int x)
void setChunkZ(int z)
void setAvailableSections(int sections)
void setBuffer(byte[] buf)
void setTileEntityTags(java.util.List<net.minecraft.nbt.NBTTagCompound> teTags)
void setFullChunk(boolean full)