@minecraft/server 1.9.0-beta.1.20.60-preview.25 → 1.9.0-beta.1.20.60-preview.26
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/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -11874,7 +11874,7 @@ export class System {
|
|
|
11874
11874
|
/**
|
|
11875
11875
|
* @beta
|
|
11876
11876
|
*/
|
|
11877
|
-
runJob(generator:
|
|
11877
|
+
runJob(generator: generator): number;
|
|
11878
11878
|
/**
|
|
11879
11879
|
* @remarks
|
|
11880
11880
|
* Runs a set of code at a future time specified by tickDelay.
|