Skip to main content

VoxelChunkSpawner

Complete API reference for VoxelChunkSpawner, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Voxels

Component: yes


public class VoxelChunkSpawner extends Component

Constructors

SignatureDescription
VoxelChunkSpawner(VoxelChunkSpawner)Executes VoxelChunkSpawner and returns after the underlying engine call finishes.
VoxelChunkSpawner(Engine)Executes VoxelChunkSpawner and returns after the underlying engine call finishes.
VoxelChunkSpawner()Creates a new instance of VoxelChunkSpawner.

Attributes

NameTypeDescription
instanceVoxelChunkSpawnerRepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
cameraSpatialObjectget/setVirtual attribute exposed by getCamera. Access it like a field to read or write the underlying value.
chunkBlueprintVoxelChunkget/setVirtual attribute exposed by getChunkBlueprint. Access it like a field to read or write the underlying value.
onlyVisibleChunksbooleansetVirtual attribute exposed by setOnlyVisibleChunks. Access it like a field to read or write the underlying value.
renderChunksintget/setVirtual attribute exposed by getRenderChunks. Access it like a field to read or write the underlying value.
updateDelayfloatget/setVirtual attribute exposed by getUpdateDelay. Access it like a field to read or write the underlying value.
visibleDotfloatget/setVirtual attribute exposed by getVisibleDot. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
isOnlyVisibleChunks()booleanReturns whether only visible chunks is true.