@minecraft/server 2.10.0-beta.1.26.40-preview.30 → 2.10.0-beta.1.26.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.
Files changed (2) hide show
  1. package/index.d.ts +0 -15
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -2748,7 +2748,6 @@ export enum PlayerPermissionLevel {
2748
2748
  }
2749
2749
 
2750
2750
  /**
2751
- * @rc
2752
2751
  * The split screen slot of a player.
2753
2752
  */
2754
2753
  export enum PlayerSplitScreenSlot {
@@ -4390,7 +4389,6 @@ export class Block {
4390
4389
  */
4391
4390
  getMapColor(): RGBA;
4392
4391
  /**
4393
- * @rc
4394
4392
  * @remarks
4395
4393
  * Returns array of all loaded block parts if this block has
4396
4394
  * the 'minecraft:multi_block' trait. If it does not have the
@@ -8405,7 +8403,6 @@ export class Dimension {
8405
8403
  */
8406
8404
  readonly localizationKey: string;
8407
8405
  /**
8408
- * @rc
8409
8406
  * @remarks
8410
8407
  * Calculates the location of the closest biome of a particular
8411
8408
  * type from the world seed. Note that
@@ -17550,9 +17547,6 @@ export class LootingEnchantFunction extends LootItemFunction {
17550
17547
  // @ts-ignore Class inheritance allowed for native defined classes
17551
17548
  export class LootItem extends LootPoolEntry {
17552
17549
  private constructor();
17553
- /**
17554
- * @rc
17555
- */
17556
17550
  readonly conditions: LootItemCondition[];
17557
17551
  readonly functions: LootItemFunction[];
17558
17552
  /**
@@ -19163,7 +19157,6 @@ export class PlayerButtonInputAfterEventSignal {
19163
19157
  }
19164
19158
 
19165
19159
  /**
19166
- * @rc
19167
19160
  * Contains information regarding an event after a player
19168
19161
  * cancels breaking a block.
19169
19162
  */
@@ -19206,7 +19199,6 @@ export class PlayerCancelBreakingBlockAfterEvent extends BlockEvent {
19206
19199
  }
19207
19200
 
19208
19201
  /**
19209
- * @rc
19210
19202
  * Manages callbacks that are connected to when a player
19211
19203
  * cancels breaking a block.
19212
19204
  */
@@ -20427,7 +20419,6 @@ export class PlayerSpawnAfterEventSignal {
20427
20419
  }
20428
20420
 
20429
20421
  /**
20430
- * @rc
20431
20422
  * Contains information regarding an event after a player
20432
20423
  * starts breaking a block.
20433
20424
  */
@@ -20463,7 +20454,6 @@ export class PlayerStartBreakingBlockAfterEvent extends BlockEvent {
20463
20454
  }
20464
20455
 
20465
20456
  /**
20466
- * @rc
20467
20457
  * Manages callbacks that are connected to when a player starts
20468
20458
  * breaking a block.
20469
20459
  */
@@ -22557,7 +22547,6 @@ export class SoundInstance {
22557
22547
  */
22558
22548
  setVolume(volume: number): void;
22559
22549
  /**
22560
- * @rc
22561
22550
  * @remarks
22562
22551
  * Stops this sound instance from playing.
22563
22552
  *
@@ -24856,7 +24845,6 @@ export class WorldAfterEvents {
24856
24845
  */
24857
24846
  readonly playerButtonInput: PlayerButtonInputAfterEventSignal;
24858
24847
  /**
24859
- * @rc
24860
24848
  * @remarks
24861
24849
  * This event fires when a player cancels breaking a block.
24862
24850
  *
@@ -24970,7 +24958,6 @@ export class WorldAfterEvents {
24970
24958
  */
24971
24959
  readonly playerSpawn: PlayerSpawnAfterEventSignal;
24972
24960
  /**
24973
- * @rc
24974
24961
  * @remarks
24975
24962
  * This event fires when a player starts breaking a block.
24976
24963
  *
@@ -25305,7 +25292,6 @@ export interface BiomeFilter {
25305
25292
  }
25306
25293
 
25307
25294
  /**
25308
- * @rc
25309
25295
  * Contains additional options for searches for the
25310
25296
  * dimension.findNearestBiome API.
25311
25297
  */
@@ -27405,7 +27391,6 @@ export interface PlayerAimAssistSettings {
27405
27391
  }
27406
27392
 
27407
27393
  /**
27408
- * @rc
27409
27394
  * An interface that is passed into {@link
27410
27395
  * PlayerStartBreakingBlockAfterEventSignal.subscribe} or
27411
27396
  * {@link PlayerCancelBreakingBlockAfterEventSignal.subscribe}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/server",
3
- "version": "2.10.0-beta.1.26.40-preview.30",
3
+ "version": "2.10.0-beta.1.26.40-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.40-preview.30"
17
+ "@minecraft/vanilla-data": ">=1.20.70"
18
18
  },
19
19
  "license": "MIT"
20
20
  }