Skip to main content

Module: Contexts/Constructor/WorldGeneration/Register/WorldGenRegister

Variables

WorldGenRegister

Const WorldGenRegister: Object

Type declaration

NameType
MAX_ATTEMPTSnumber
_requestsMap<string, { attempts: number ; chunks: Map<string, [x: number, y: number, z: number]> ; dimension: string ; voxels: [x: number, y: number, z: number, data: RawVoxelData][] }>
addToRequest(registerId: string, location: LocationData, rawData: RawVoxelData) => void
attemptRequestFullFill(registerId: string) => boolean
registerRequest(location: LocationData) => string

Defined in

divinevoxel/foundation/src/Contexts/Constructor/WorldGeneration/Register/WorldGenRegister.ts:15