nucleation 0.1.167 → 0.1.168
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
|
@@ -1977,18 +1977,10 @@ export interface InitOutput {
|
|
|
1977
1977
|
readonly multimeshresultwrapper_meshCount: (a: number) => number;
|
|
1978
1978
|
readonly textureatlaswrapper_height: (a: number) => number;
|
|
1979
1979
|
readonly textureatlaswrapper_width: (a: number) => number;
|
|
1980
|
-
readonly __wbg_blockposition_free: (a: number, b: number) => void;
|
|
1981
1980
|
readonly __wbg_brushwrapper_free: (a: number, b: number) => void;
|
|
1982
|
-
readonly __wbg_get_blockposition_x: (a: number) => number;
|
|
1983
|
-
readonly __wbg_get_blockposition_y: (a: number) => number;
|
|
1984
|
-
readonly __wbg_get_blockposition_z: (a: number) => number;
|
|
1985
1981
|
readonly __wbg_palettemanager_free: (a: number, b: number) => void;
|
|
1986
|
-
readonly __wbg_set_blockposition_x: (a: number, b: number) => void;
|
|
1987
|
-
readonly __wbg_set_blockposition_y: (a: number, b: number) => void;
|
|
1988
|
-
readonly __wbg_set_blockposition_z: (a: number, b: number) => void;
|
|
1989
1982
|
readonly __wbg_shapewrapper_free: (a: number, b: number) => void;
|
|
1990
1983
|
readonly __wbg_wasmbuildingtool_free: (a: number, b: number) => void;
|
|
1991
|
-
readonly blockposition_new: (a: number, b: number, c: number) => number;
|
|
1992
1984
|
readonly brushwrapper_bilinear_gradient: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number, p: number, q: number, r: number, s: number, t: number, u: number, v: number, w: number, x: number) => number;
|
|
1993
1985
|
readonly brushwrapper_color: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
1994
1986
|
readonly brushwrapper_linear_gradient: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number) => number;
|
|
@@ -2002,6 +1994,14 @@ export interface InitOutput {
|
|
|
2002
1994
|
readonly shapewrapper_cuboid: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
2003
1995
|
readonly shapewrapper_sphere: (a: number, b: number, c: number, d: number) => number;
|
|
2004
1996
|
readonly wasmbuildingtool_fill: (a: number, b: number, c: number) => void;
|
|
1997
|
+
readonly __wbg_blockposition_free: (a: number, b: number) => void;
|
|
1998
|
+
readonly __wbg_get_blockposition_x: (a: number) => number;
|
|
1999
|
+
readonly __wbg_get_blockposition_y: (a: number) => number;
|
|
2000
|
+
readonly __wbg_get_blockposition_z: (a: number) => number;
|
|
2001
|
+
readonly __wbg_set_blockposition_x: (a: number, b: number) => void;
|
|
2002
|
+
readonly __wbg_set_blockposition_y: (a: number, b: number) => void;
|
|
2003
|
+
readonly __wbg_set_blockposition_z: (a: number, b: number) => void;
|
|
2004
|
+
readonly blockposition_new: (a: number, b: number, c: number) => number;
|
|
2005
2005
|
readonly __wbg_blockstatewrapper_free: (a: number, b: number) => void;
|
|
2006
2006
|
readonly __wbg_lazychunkiterator_free: (a: number, b: number) => void;
|
|
2007
2007
|
readonly __wbg_schematicbuilderwrapper_free: (a: number, b: number) => void;
|
package/nucleation_bg.wasm
CHANGED
|
Binary file
|