@minecraft/server-editor 0.1.0-beta.1.21.110-preview.23 → 0.1.0-beta.1.21.110-preview.24
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 +2 -7
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -2003,6 +2003,8 @@ export class ClipboardItem {
|
|
|
2003
2003
|
*
|
|
2004
2004
|
*/
|
|
2005
2005
|
readonly isEmpty: boolean;
|
|
2006
|
+
readonly normalizedOrigin: minecraftserver.Vector3;
|
|
2007
|
+
readonly originalWorldLocation: minecraftserver.Vector3;
|
|
2006
2008
|
readonly size: minecraftserver.Vector3;
|
|
2007
2009
|
/**
|
|
2008
2010
|
* @remarks
|
|
@@ -2013,13 +2015,6 @@ export class ClipboardItem {
|
|
|
2013
2015
|
* @throws This function can throw errors.
|
|
2014
2016
|
*/
|
|
2015
2017
|
clear(): void;
|
|
2016
|
-
/**
|
|
2017
|
-
* @remarks
|
|
2018
|
-
* Get the normalized origin of a ClipboardItem; a Vector3 from
|
|
2019
|
-
* { -1, -1, -1 } to { 1, 1, 1 }
|
|
2020
|
-
*
|
|
2021
|
-
*/
|
|
2022
|
-
getNormalizedOrigin(): minecraftserver.Vector3;
|
|
2023
2018
|
/**
|
|
2024
2019
|
* @remarks
|
|
2025
2020
|
* This function can't be called in read-only mode.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft/server-editor",
|
|
3
|
-
"version": "0.1.0-beta.1.21.110-preview.
|
|
3
|
+
"version": "0.1.0-beta.1.21.110-preview.24",
|
|
4
4
|
"description": "",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
],
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"@minecraft/common": "^1.0.0",
|
|
17
|
-
"@minecraft/server": "^2.3.0-beta.1.21.110-preview.
|
|
17
|
+
"@minecraft/server": "^2.3.0-beta.1.21.110-preview.24"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT"
|
|
20
20
|
}
|