Skip to content

Commit 3d1532a

Browse files
committed
fix type!
1 parent eb39a90 commit 3d1532a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ declare class PCChunk extends CommonChunk {
4646
dumpBiomes(): Array<number>
4747
dumpLight(): Buffer
4848
loadLight(data: Buffer, skyLightMask: number, blockLightMask: number, emptySkyLightMask?: number, emptyBlockLightMask?: number): void
49-
loadLightParse(skyLight: Buffer[], blockLight: Buffer[], skyLightMask: number[][], blockLightMask: number[][], emptySkyLightMask: number[][], emptyBlockLightMask: number[][]): void
49+
loadParsedLights(skyLight: Buffer[], blockLight: Buffer[], skyLightMask: number[][], blockLightMask: number[][], emptySkyLightMask: number[][], emptyBlockLightMask: number[][]): void
5050
loadBiomes(newBiomesArray: Array<number>): void;
5151
dump(bitMap?: number, skyLightSent?: boolean): Buffer
5252
load(data: Buffer, bitMap?: number, skyLightSent?: boolean, fullChunk?: boolean): void

0 commit comments

Comments
 (0)