Skip to main content

ChunkVoxelUpdatesResponse

Recorded voxel edits for a single chunk within a distance query, newest first.

type ChunkVoxelUpdatesResponse {
coordinates: ChunkCoordinates!
voxels: [Voxel!]!
}

Fields

ChunkVoxelUpdatesResponse.coordinates ● ChunkCoordinates! non-null object

Address of the chunk these voxel edits belong to.

ChunkVoxelUpdatesResponse.voxels ● [Voxel!]! non-null object

Voxel edits for this chunk, newest first.

Member Of

VoxelUpdatesByDistanceResponse object