@minecraft/server 2.6.0-beta.1.26.0-preview.29 → 2.6.0-beta.1.26.0-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.
Files changed (2) hide show
  1. package/index.d.ts +0 -10
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -57,14 +57,12 @@ export enum BlockComponentTypes {
57
57
  */
58
58
  Inventory = 'minecraft:inventory',
59
59
  /**
60
- * @rc
61
60
  * @remarks
62
61
  * Represents the color of a block when displayed on a map.
63
62
  *
64
63
  */
65
64
  MapColor = 'minecraft:map_color',
66
65
  /**
67
- * @rc
68
66
  * @remarks
69
67
  * Represents a block that can move (such as a piston).
70
68
  *
@@ -78,7 +76,6 @@ export enum BlockComponentTypes {
78
76
  */
79
77
  Piston = 'minecraft:piston',
80
78
  /**
81
- * @rc
82
79
  * @remarks
83
80
  * Represents a how a block interacts with precipitation (such
84
81
  * as rain or snow).
@@ -92,7 +89,6 @@ export enum BlockComponentTypes {
92
89
  */
93
90
  RecordPlayer = 'minecraft:record_player',
94
91
  /**
95
- * @rc
96
92
  * @remarks
97
93
  * Represents a block that can output a redstone signal.
98
94
  *
@@ -1544,7 +1540,6 @@ export enum EntityInitializationCause {
1544
1540
  }
1545
1541
 
1546
1542
  /**
1547
- * @rc
1548
1543
  * Enumerator describing the source of an Entity swing. Sent as
1549
1544
  * part of {@link PlayerSwingStartAfterEvent}
1550
1545
  */
@@ -2038,7 +2033,6 @@ export enum GraphicsMode {
2038
2033
  }
2039
2034
 
2040
2035
  /**
2041
- * @rc
2042
2036
  * Specifies options related to the item currently being held
2043
2037
  * by an entity.
2044
2038
  */
@@ -18720,7 +18714,6 @@ export class PlayerSpawnAfterEventSignal {
18720
18714
  }
18721
18715
 
18722
18716
  /**
18723
- * @rc
18724
18717
  * Contains information regarding a player starting to swing
18725
18718
  * their arm.
18726
18719
  */
@@ -18749,7 +18742,6 @@ export class PlayerSwingStartAfterEvent {
18749
18742
  }
18750
18743
 
18751
18744
  /**
18752
- * @rc
18753
18745
  * Manages callbacks that are connected to when a player starts
18754
18746
  * to swing their arm (e.g. attacking, using an item,
18755
18747
  * interacting).
@@ -22464,7 +22456,6 @@ export class WorldAfterEvents {
22464
22456
  */
22465
22457
  readonly playerSpawn: PlayerSpawnAfterEventSignal;
22466
22458
  /**
22467
- * @rc
22468
22459
  * @remarks
22469
22460
  * This property can be read in early-execution mode.
22470
22461
  *
@@ -24712,7 +24703,6 @@ export interface PlayerSoundOptions {
24712
24703
  }
24713
24704
 
24714
24705
  /**
24715
- * @rc
24716
24706
  * An interface that is passed into {@link
24717
24707
  * @minecraft/Server.PlayerSwingStartAfterEvent.subscribe} that
24718
24708
  * filters out which events are passed to the provided
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/server",
3
- "version": "2.6.0-beta.1.26.0-preview.29",
3
+ "version": "2.6.0-beta.1.26.0-stable",
4
4
  "description": "",
5
5
  "contributors": [
6
6
  {
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "peerDependencies": {
16
16
  "@minecraft/common": "^1.2.0",
17
- "@minecraft/vanilla-data": ">=1.20.70 || 1.26.0-preview.29"
17
+ "@minecraft/vanilla-data": ">=1.20.70"
18
18
  },
19
19
  "license": "MIT"
20
20
  }