Class: ChunkProcessor
Default/Builder/Processors/ChunkProcessor.ChunkProcessor
Constructors
constructor
• new ChunkProcessor(): ChunkProcessor
Returns
Properties
_states
• _states: Object
Type declaration
| Name | Type |
|---|---|
foundVoxel | boolean |
Defined in
divinevoxel/foundation/src/Default/Builder/Processors/ChunkProcessor.ts:24
heightMapTool
• heightMapTool: HeightMapTool
Defined in
divinevoxel/foundation/src/Default/Builder/Processors/ChunkProcessor.ts:21
mDataTool
• mDataTool: BuilderDataTool
Defined in
divinevoxel/foundation/src/Default/Builder/Processors/ChunkProcessor.ts:20
nLocation
• nLocation: LocationData
Defined in
divinevoxel/foundation/src/Default/Builder/Processors/ChunkProcessor.ts:23
relative
• relative: Object
Type declaration
| Name | Type |
|---|---|
x | 0 |
y | 0 |
z | 0 |
Defined in
divinevoxel/foundation/src/Default/Builder/Processors/ChunkProcessor.ts:22
Methods
_process
▸ _process(doSecondCheck?): void
Parameters
| Name | Type | Default value |
|---|---|---|
doSecondCheck | boolean | false |
Returns
void
Defined in
divinevoxel/foundation/src/Default/Builder/Processors/ChunkProcessor.ts:27
build
▸ build(location): void
Parameters
| Name | Type |
|---|---|
location | LocationData |
Returns
void
Defined in
divinevoxel/foundation/src/Default/Builder/Processors/ChunkProcessor.ts:59