Interface ChunkSnapshot
public interface ChunkSnapshot
-
Method Details
-
getBlock
-
getPosX
int getPosX() -
getPosZ
int getPosZ() -
isFullChunk
boolean isFullChunk() -
getSections
BlockSection[] getSections() -
getLight
LightSection[] getLight() -
getBiomes
VirtualBiome[] getBiomes() -
getBlockEntityEntries
List<VirtualBlockEntity.Entry> getBlockEntityEntries()
-