nucleation 0.1.150 → 0.1.152
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/nucleation.d.ts +8 -8
- package/nucleation_bg.wasm +0 -0
- package/package.json +1 -1
package/nucleation.d.ts
CHANGED
|
@@ -1354,9 +1354,17 @@ export interface InitOutput {
|
|
|
1354
1354
|
readonly sortstrategywrapper_zyx: () => number;
|
|
1355
1355
|
readonly definitionregionwrapper_copy: (a: number) => number;
|
|
1356
1356
|
readonly schematicwrapper_create_simulation_world: (a: number) => [number, number, number];
|
|
1357
|
+
readonly __wbg_blockposition_free: (a: number, b: number) => void;
|
|
1357
1358
|
readonly __wbg_blockstatewrapper_free: (a: number, b: number) => void;
|
|
1359
|
+
readonly __wbg_get_blockposition_x: (a: number) => number;
|
|
1360
|
+
readonly __wbg_get_blockposition_y: (a: number) => number;
|
|
1361
|
+
readonly __wbg_get_blockposition_z: (a: number) => number;
|
|
1358
1362
|
readonly __wbg_lazychunkiterator_free: (a: number, b: number) => void;
|
|
1359
1363
|
readonly __wbg_schematicwrapper_free: (a: number, b: number) => void;
|
|
1364
|
+
readonly __wbg_set_blockposition_x: (a: number, b: number) => void;
|
|
1365
|
+
readonly __wbg_set_blockposition_y: (a: number, b: number) => void;
|
|
1366
|
+
readonly __wbg_set_blockposition_z: (a: number, b: number) => void;
|
|
1367
|
+
readonly blockposition_new: (a: number, b: number, c: number) => number;
|
|
1360
1368
|
readonly blockstatewrapper_name: (a: number) => [number, number];
|
|
1361
1369
|
readonly blockstatewrapper_new: (a: number, b: number) => number;
|
|
1362
1370
|
readonly blockstatewrapper_properties: (a: number) => any;
|
|
@@ -1473,15 +1481,7 @@ export interface InitOutput {
|
|
|
1473
1481
|
readonly schematicwrapper_to_schematic_version: (a: number, b: number, c: number) => [number, number, number, number];
|
|
1474
1482
|
readonly start: () => void;
|
|
1475
1483
|
readonly schematicwrapper_updateRegion: (a: number, b: number, c: number, d: number) => void;
|
|
1476
|
-
readonly __wbg_blockposition_free: (a: number, b: number) => void;
|
|
1477
|
-
readonly __wbg_get_blockposition_x: (a: number) => number;
|
|
1478
|
-
readonly __wbg_get_blockposition_y: (a: number) => number;
|
|
1479
|
-
readonly __wbg_get_blockposition_z: (a: number) => number;
|
|
1480
1484
|
readonly __wbg_palettemanager_free: (a: number, b: number) => void;
|
|
1481
|
-
readonly __wbg_set_blockposition_x: (a: number, b: number) => void;
|
|
1482
|
-
readonly __wbg_set_blockposition_y: (a: number, b: number) => void;
|
|
1483
|
-
readonly __wbg_set_blockposition_z: (a: number, b: number) => void;
|
|
1484
|
-
readonly blockposition_new: (a: number, b: number, c: number) => number;
|
|
1485
1485
|
readonly palettemanager_getConcreteBlocks: () => [number, number];
|
|
1486
1486
|
readonly palettemanager_getPaletteByKeywords: (a: number, b: number) => [number, number];
|
|
1487
1487
|
readonly palettemanager_getTerracottaBlocks: () => [number, number];
|
package/nucleation_bg.wasm
CHANGED
|
Binary file
|