@minecraft/server-editor 0.1.0-beta.1.20.80-preview.22 → 0.1.0-beta.1.20.80-preview.23

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.
Files changed (2) hide show
  1. package/index.d.ts +8 -10
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -14,7 +14,7 @@
14
14
  * ```json
15
15
  * {
16
16
  * "module_name": "@minecraft/server-editor",
17
- * "version": "0.1.0-beta.1.20.80-preview.22"
17
+ * "version": "0.1.0-beta.1.20.80-preview.23"
18
18
  * }
19
19
  * ```
20
20
  *
@@ -50,8 +50,7 @@ export declare enum CoreMenuType {
50
50
  }
51
51
 
52
52
  /**
53
- * An enumeration used by the 3D block cursor {@link
54
- * @minecraft/server-editor-bindings.Cursor}
53
+ * An enumeration used by the 3D block cursor {@link Cursor}
55
54
  */
56
55
  export enum CursorControlMode {
57
56
  /**
@@ -879,8 +878,8 @@ export class Cursor {
879
878
  /**
880
879
  * @remarks
881
880
  * Hide the 3D block cursor from view until the corresponding
882
- * {@link @minecraft-server-editor-bindings.Cursor.show}
883
- * function is called
881
+ * {@link @minecraft-server-editor.Cursor.show} function is
882
+ * called
884
883
  *
885
884
  * This function can't be called in read-only mode.
886
885
  *
@@ -891,7 +890,7 @@ export class Cursor {
891
890
  * @remarks
892
891
  * Manually offset the 3D block cursor by given amount.
893
892
  * Depending on the {@link
894
- * @minecraft-server-editor-bindings.CursorProperties.CursorControlMode}
893
+ * @minecraft-server-editor.CursorProperties.CursorControlMode}
895
894
  * - this function may have no effect
896
895
  *
897
896
  * This function can't be called in read-only mode.
@@ -2207,10 +2206,9 @@ export interface ExtensionOptionalParameters {
2207
2206
  * A properties class for the global instance of the logger
2208
2207
  * object.
2209
2208
  * While the logger object is available through the {@link
2210
- * @minecraft/server-editor-bindings.ExtensionContext} - using
2211
- * the global instance allows the creator to use this
2212
- * properties class to perform direct server->client messaging
2213
- * and broadcasts.
2209
+ * ExtensionContext} - using the global instance allows the
2210
+ * creator to use this properties class to perform direct
2211
+ * server->client messaging and broadcasts.
2214
2212
  */
2215
2213
  export interface LogProperties {
2216
2214
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/server-editor",
3
- "version": "0.1.0-beta.1.20.80-preview.22",
3
+ "version": "0.1.0-beta.1.20.80-preview.23",
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": "^1.11.0-beta.1.20.80-preview.22"
17
+ "@minecraft/server": "^1.11.0-beta.1.20.80-preview.23"
18
18
  },
19
19
  "license": "MIT"
20
20
  }