nucleation 0.1.156 → 0.1.163
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 +13 -13
- package/nucleation_bg.wasm +0 -0
- package/package.json +1 -1
package/nucleation.d.ts
CHANGED
|
@@ -1377,6 +1377,11 @@ export interface InitOutput {
|
|
|
1377
1377
|
readonly sortstrategywrapper_zyx: () => number;
|
|
1378
1378
|
readonly definitionregionwrapper_copy: (a: number) => number;
|
|
1379
1379
|
readonly schematicwrapper_create_simulation_world: (a: number) => [number, number, number];
|
|
1380
|
+
readonly __wbg_palettemanager_free: (a: number, b: number) => void;
|
|
1381
|
+
readonly palettemanager_getConcreteBlocks: () => [number, number];
|
|
1382
|
+
readonly palettemanager_getPaletteByKeywords: (a: number, b: number) => [number, number];
|
|
1383
|
+
readonly palettemanager_getTerracottaBlocks: () => [number, number];
|
|
1384
|
+
readonly palettemanager_getWoolBlocks: () => [number, number];
|
|
1380
1385
|
readonly __wbg_blockstatewrapper_free: (a: number, b: number) => void;
|
|
1381
1386
|
readonly __wbg_lazychunkiterator_free: (a: number, b: number) => void;
|
|
1382
1387
|
readonly __wbg_schematicbuilderwrapper_free: (a: number, b: number) => void;
|
|
@@ -1515,11 +1520,14 @@ export interface InitOutput {
|
|
|
1515
1520
|
readonly schematicwrapper_to_world_zip: (a: number, b: number, c: number) => [number, number, number, number];
|
|
1516
1521
|
readonly start: () => void;
|
|
1517
1522
|
readonly schematicwrapper_updateRegion: (a: number, b: number, c: number, d: number) => void;
|
|
1518
|
-
readonly
|
|
1519
|
-
readonly
|
|
1520
|
-
readonly
|
|
1521
|
-
readonly
|
|
1522
|
-
readonly
|
|
1523
|
+
readonly __wbg_blockposition_free: (a: number, b: number) => void;
|
|
1524
|
+
readonly __wbg_get_blockposition_x: (a: number) => number;
|
|
1525
|
+
readonly __wbg_get_blockposition_y: (a: number) => number;
|
|
1526
|
+
readonly __wbg_get_blockposition_z: (a: number) => number;
|
|
1527
|
+
readonly __wbg_set_blockposition_x: (a: number, b: number) => void;
|
|
1528
|
+
readonly __wbg_set_blockposition_y: (a: number, b: number) => void;
|
|
1529
|
+
readonly __wbg_set_blockposition_z: (a: number, b: number) => void;
|
|
1530
|
+
readonly blockposition_new: (a: number, b: number, c: number) => number;
|
|
1523
1531
|
readonly __wbg_brushwrapper_free: (a: number, b: number) => void;
|
|
1524
1532
|
readonly __wbg_shapewrapper_free: (a: number, b: number) => void;
|
|
1525
1533
|
readonly __wbg_wasmbuildingtool_free: (a: number, b: number) => void;
|
|
@@ -1532,14 +1540,6 @@ export interface InitOutput {
|
|
|
1532
1540
|
readonly shapewrapper_cuboid: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
1533
1541
|
readonly shapewrapper_sphere: (a: number, b: number, c: number, d: number) => number;
|
|
1534
1542
|
readonly wasmbuildingtool_fill: (a: number, b: number, c: number) => void;
|
|
1535
|
-
readonly __wbg_blockposition_free: (a: number, b: number) => void;
|
|
1536
|
-
readonly __wbg_get_blockposition_x: (a: number) => number;
|
|
1537
|
-
readonly __wbg_get_blockposition_y: (a: number) => number;
|
|
1538
|
-
readonly __wbg_get_blockposition_z: (a: number) => number;
|
|
1539
|
-
readonly __wbg_set_blockposition_x: (a: number, b: number) => void;
|
|
1540
|
-
readonly __wbg_set_blockposition_y: (a: number, b: number) => void;
|
|
1541
|
-
readonly __wbg_set_blockposition_z: (a: number, b: number) => void;
|
|
1542
|
-
readonly blockposition_new: (a: number, b: number, c: number) => number;
|
|
1543
1543
|
readonly generate_gradient_between_blocks: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => any;
|
|
1544
1544
|
readonly generate_gradient_between_colors: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number) => any;
|
|
1545
1545
|
readonly get_all_colored_blocks: () => any;
|
package/nucleation_bg.wasm
CHANGED
|
Binary file
|