public interface IColumnInternal extends IColumn
| Modifier and Type | Method and Description |
|---|---|
void |
addToStagingHeightmap(ICube cube) |
net.minecraft.world.chunk.ChunkPrimer |
getCompatGenerationPrimer() |
int |
getTopYWithStaging(int localX,
int localZ)
Returns Y coordinate of the top non-transparent block
|
default void |
loadClientHeightmapData(net.minecraft.network.PacketBuffer in) |
void |
removeFromStagingHeightmap(ICube cube) |
default void |
writeHeightmapDataForClient(net.minecraft.network.PacketBuffer out) |
addCube, getCube, getHeight, getHeightValue, getHeightValue, getLoadedCube, getLoadedCubes, getLoadedCubes, getOpacityIndex, hasLoadedCubes, preCacheCube, removeCube, shouldTickgetX, getZnet.minecraft.world.chunk.ChunkPrimer getCompatGenerationPrimer()
void removeFromStagingHeightmap(ICube cube)
void addToStagingHeightmap(ICube cube)
int getTopYWithStaging(int localX,
int localZ)
localX - column-local X coordinatelocalZ - column-local Z coordinatedefault void writeHeightmapDataForClient(net.minecraft.network.PacketBuffer out)
default void loadClientHeightmapData(net.minecraft.network.PacketBuffer in)