@minecraft/server-editor 0.1.0-beta.1.21.90-preview.25 → 0.1.0-beta.1.21.90-preview.27
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 +12 -0
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -4312,6 +4312,18 @@ export interface BuiltInUIManager {
|
|
|
4312
4312
|
*
|
|
4313
4313
|
*/
|
|
4314
4314
|
navigateToPauseScreen(): void;
|
|
4315
|
+
/**
|
|
4316
|
+
* @remarks
|
|
4317
|
+
* Navigates to the github-samples site
|
|
4318
|
+
*
|
|
4319
|
+
*/
|
|
4320
|
+
navigateToSamples(): void;
|
|
4321
|
+
/**
|
|
4322
|
+
* @remarks
|
|
4323
|
+
* Saves levels & exits back to Editor main menu.
|
|
4324
|
+
*
|
|
4325
|
+
*/
|
|
4326
|
+
saveAndExit(): void;
|
|
4315
4327
|
/**
|
|
4316
4328
|
* @remarks
|
|
4317
4329
|
* Updates the visibility of the log panel
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft/server-editor",
|
|
3
|
-
"version": "0.1.0-beta.1.21.90-preview.
|
|
3
|
+
"version": "0.1.0-beta.1.21.90-preview.27",
|
|
4
4
|
"description": "",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@minecraft/common": "^1.0.0",
|
|
17
|
-
"@minecraft/server": "^2.1.0-beta.1.21.90-preview.
|
|
17
|
+
"@minecraft/server": "^2.1.0-beta.1.21.90-preview.27"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT"
|
|
20
20
|
}
|