public ISubChunk
static jp.katana.core.world.chunk.ISubChunk.Companion Companion
static int BLOCK_SIZE
static int VERSION
static int LAYER
static int MAX
static int MAX2
int getY()
@NotNull kotlin.Array[] getBlocks()
@NotNull kotlin.Array[] getLiquids()
int getRuntimeId(@NotNull
Vector3Int pos)
void setRuntimeId(@NotNull
Vector3Int pos,
int runtime)
int getLiquidRuntimeId(@NotNull
Vector3Int pos)
void setLiquidRuntimeId(@NotNull
Vector3Int pos,
int runtime)
boolean isEmptyBlocks()
boolean isEmptyLiquids()
boolean isEmpty()
@NotNull kotlin.Array[] networkSerialize()
void networkDeserialize(@NotNull
kotlin.Array[] buf)
@NotNull CompoundTag nbtSerialize()
void nbtDeserialize(@NotNull
CompoundTag tag)