@minecraft/server-gametest 1.0.0-beta.1.20.40-preview.24 → 1.0.0-beta.1.20.40-stable
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 +4 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
* ```json
|
|
18
18
|
* {
|
|
19
19
|
* "module_name": "@minecraft/server-gametest",
|
|
20
|
-
* "version": "1.0.0-internal.1.20.40-
|
|
20
|
+
* "version": "1.0.0-internal.1.20.40-stable"
|
|
21
21
|
* }
|
|
22
22
|
* ```
|
|
23
23
|
*
|
|
@@ -809,6 +809,9 @@ export class SimulatedPlayer extends minecraftserver.Player {
|
|
|
809
809
|
*
|
|
810
810
|
* This function can't be called in read-only mode.
|
|
811
811
|
*
|
|
812
|
+
* @returns
|
|
813
|
+
* Returns the item that was in use. Undefined if no item was
|
|
814
|
+
* in use.
|
|
812
815
|
* @throws This function can throw errors.
|
|
813
816
|
*/
|
|
814
817
|
stopUsingItem(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft/server-gametest",
|
|
3
|
-
"version": "1.0.0-beta.1.20.40-
|
|
3
|
+
"version": "1.0.0-beta.1.20.40-stable",
|
|
4
4
|
"description": "",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
}
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@minecraft/common": "^1.0.0
|
|
17
|
-
"@minecraft/server": "^1.7.0-beta.1.20.40-
|
|
16
|
+
"@minecraft/common": "^1.0.0",
|
|
17
|
+
"@minecraft/server": "^1.7.0-beta.1.20.40-stable"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT"
|
|
20
20
|
}
|