@minecraft/server 1.14.0-rc.1.21.40-preview.21 → 1.14.0

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 (3) hide show
  1. package/README.md +0 -2
  2. package/index.d.ts +0 -248
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  Contains many types related to manipulating a Minecraft world, including entities, blocks, dimensions, and more.
4
4
 
5
- ## **NOTE: This version of this module is still in pre-release. It may change or it may be removed in future releases.**
6
-
7
5
  See full documentation for this module here:
8
6
 
9
7
  https://learn.microsoft.com/en-us/minecraft/creator/scriptapi/minecraft/server/minecraft-server
package/index.d.ts CHANGED
@@ -7,7 +7,6 @@
7
7
  Copyright (c) Microsoft Corporation.
8
8
  ***************************************************************************** */
9
9
  /**
10
- * @preview
11
10
  * @packageDocumentation
12
11
  * Contains many types related to manipulating a Minecraft
13
12
  * world, including entities, blocks, dimensions, and more.
@@ -42,7 +41,6 @@ export enum BlockComponentTypes {
42
41
  */
43
42
  Piston = 'minecraft:piston',
44
43
  /**
45
- * @rc
46
44
  * @remarks
47
45
  * Represents a block that can play a record.
48
46
  *
@@ -374,9 +372,6 @@ export enum EntityComponentTypes {
374
372
  *
375
373
  */
376
374
  Color2 = 'minecraft:color2',
377
- /**
378
- * @rc
379
- */
380
375
  CursorInventory = 'minecraft:cursor_inventory',
381
376
  /**
382
377
  * @remarks
@@ -2607,8 +2602,6 @@ export class BlockExplodeAfterEventSignal {
2607
2602
  *
2608
2603
  * This function can't be called in read-only mode.
2609
2604
  *
2610
- * This function can be called in early-execution mode.
2611
- *
2612
2605
  */
2613
2606
  subscribe(callback: (arg: BlockExplodeAfterEvent) => void): (arg: BlockExplodeAfterEvent) => void;
2614
2607
  /**
@@ -2618,8 +2611,6 @@ export class BlockExplodeAfterEventSignal {
2618
2611
  *
2619
2612
  * This function can't be called in read-only mode.
2620
2613
  *
2621
- * This function can be called in early-execution mode.
2622
- *
2623
2614
  */
2624
2615
  unsubscribe(callback: (arg: BlockExplodeAfterEvent) => void): void;
2625
2616
  }
@@ -2873,7 +2864,6 @@ export class BlockPistonComponent extends BlockComponent {
2873
2864
  }
2874
2865
 
2875
2866
  /**
2876
- * @rc
2877
2867
  * Represents a block that can play a record.
2878
2868
  */
2879
2869
  // @ts-ignore Class inheritance allowed for native defined classes
@@ -4117,8 +4107,6 @@ export class DataDrivenEntityTriggerAfterEventSignal {
4117
4107
  *
4118
4108
  * This function can't be called in read-only mode.
4119
4109
  *
4120
- * This function can be called in early-execution mode.
4121
- *
4122
4110
  */
4123
4111
  subscribe(
4124
4112
  callback: (arg: DataDrivenEntityTriggerAfterEvent) => void,
@@ -4131,8 +4119,6 @@ export class DataDrivenEntityTriggerAfterEventSignal {
4131
4119
  *
4132
4120
  * This function can't be called in read-only mode.
4133
4121
  *
4134
- * This function can be called in early-execution mode.
4135
- *
4136
4122
  */
4137
4123
  unsubscribe(callback: (arg: DataDrivenEntityTriggerAfterEvent) => void): void;
4138
4124
  }
@@ -4737,8 +4723,6 @@ export class EffectAddAfterEventSignal {
4737
4723
  *
4738
4724
  * This function can't be called in read-only mode.
4739
4725
  *
4740
- * This function can be called in early-execution mode.
4741
- *
4742
4726
  */
4743
4727
  subscribe(
4744
4728
  callback: (arg: EffectAddAfterEvent) => void,
@@ -4751,8 +4735,6 @@ export class EffectAddAfterEventSignal {
4751
4735
  *
4752
4736
  * This function can't be called in read-only mode.
4753
4737
  *
4754
- * This function can be called in early-execution mode.
4755
- *
4756
4738
  */
4757
4739
  unsubscribe(callback: (arg: EffectAddAfterEvent) => void): void;
4758
4740
  }
@@ -4802,8 +4784,6 @@ export class EffectAddBeforeEventSignal {
4802
4784
  *
4803
4785
  * This function can't be called in read-only mode.
4804
4786
  *
4805
- * This function can be called in early-execution mode.
4806
- *
4807
4787
  */
4808
4788
  subscribe(callback: (arg: EffectAddBeforeEvent) => void): (arg: EffectAddBeforeEvent) => void;
4809
4789
  /**
@@ -4813,8 +4793,6 @@ export class EffectAddBeforeEventSignal {
4813
4793
  *
4814
4794
  * This function can't be called in read-only mode.
4815
4795
  *
4816
- * This function can be called in early-execution mode.
4817
- *
4818
4796
  */
4819
4797
  unsubscribe(callback: (arg: EffectAddBeforeEvent) => void): void;
4820
4798
  }
@@ -6156,8 +6134,6 @@ export class EntityDieAfterEventSignal {
6156
6134
  *
6157
6135
  * This function can't be called in read-only mode.
6158
6136
  *
6159
- * This function can be called in early-execution mode.
6160
- *
6161
6137
  * @param callback
6162
6138
  * Function to call when an entity dies.
6163
6139
  * @param options
@@ -6178,8 +6154,6 @@ export class EntityDieAfterEventSignal {
6178
6154
  *
6179
6155
  * This function can't be called in read-only mode.
6180
6156
  *
6181
- * This function can be called in early-execution mode.
6182
- *
6183
6157
  */
6184
6158
  unsubscribe(callback: (arg: EntityDieAfterEvent) => void): void;
6185
6159
  }
@@ -6406,8 +6380,6 @@ export class EntityHealthChangedAfterEventSignal {
6406
6380
  *
6407
6381
  * This function can't be called in read-only mode.
6408
6382
  *
6409
- * This function can be called in early-execution mode.
6410
- *
6411
6383
  */
6412
6384
  subscribe(
6413
6385
  callback: (arg: EntityHealthChangedAfterEvent) => void,
@@ -6420,8 +6392,6 @@ export class EntityHealthChangedAfterEventSignal {
6420
6392
  *
6421
6393
  * This function can't be called in read-only mode.
6422
6394
  *
6423
- * This function can be called in early-execution mode.
6424
- *
6425
6395
  */
6426
6396
  unsubscribe(callback: (arg: EntityHealthChangedAfterEvent) => void): void;
6427
6397
  }
@@ -6501,8 +6471,6 @@ export class EntityHitBlockAfterEventSignal {
6501
6471
  *
6502
6472
  * This function can't be called in read-only mode.
6503
6473
  *
6504
- * This function can be called in early-execution mode.
6505
- *
6506
6474
  */
6507
6475
  subscribe(
6508
6476
  callback: (arg: EntityHitBlockAfterEvent) => void,
@@ -6515,8 +6483,6 @@ export class EntityHitBlockAfterEventSignal {
6515
6483
  *
6516
6484
  * This function can't be called in read-only mode.
6517
6485
  *
6518
- * This function can be called in early-execution mode.
6519
- *
6520
6486
  */
6521
6487
  unsubscribe(callback: (arg: EntityHitBlockAfterEvent) => void): void;
6522
6488
  }
@@ -6554,8 +6520,6 @@ export class EntityHitEntityAfterEventSignal {
6554
6520
  *
6555
6521
  * This function can't be called in read-only mode.
6556
6522
  *
6557
- * This function can be called in early-execution mode.
6558
- *
6559
6523
  */
6560
6524
  subscribe(
6561
6525
  callback: (arg: EntityHitEntityAfterEvent) => void,
@@ -6568,8 +6532,6 @@ export class EntityHitEntityAfterEventSignal {
6568
6532
  *
6569
6533
  * This function can't be called in read-only mode.
6570
6534
  *
6571
- * This function can be called in early-execution mode.
6572
- *
6573
6535
  */
6574
6536
  unsubscribe(callback: (arg: EntityHitEntityAfterEvent) => void): void;
6575
6537
  }
@@ -6612,8 +6574,6 @@ export class EntityHurtAfterEventSignal {
6612
6574
  *
6613
6575
  * This function can't be called in read-only mode.
6614
6576
  *
6615
- * This function can be called in early-execution mode.
6616
- *
6617
6577
  */
6618
6578
  subscribe(
6619
6579
  callback: (arg: EntityHurtAfterEvent) => void,
@@ -6625,8 +6585,6 @@ export class EntityHurtAfterEventSignal {
6625
6585
  *
6626
6586
  * This function can't be called in read-only mode.
6627
6587
  *
6628
- * This function can be called in early-execution mode.
6629
- *
6630
6588
  */
6631
6589
  unsubscribe(callback: (arg: EntityHurtAfterEvent) => void): void;
6632
6590
  }
@@ -6990,8 +6948,6 @@ export class EntityLoadAfterEventSignal {
6990
6948
  *
6991
6949
  * This function can't be called in read-only mode.
6992
6950
  *
6993
- * This function can be called in early-execution mode.
6994
- *
6995
6951
  * @param callback
6996
6952
  * Function that handles the load event.
6997
6953
  */
@@ -7003,8 +6959,6 @@ export class EntityLoadAfterEventSignal {
7003
6959
  *
7004
6960
  * This function can't be called in read-only mode.
7005
6961
  *
7006
- * This function can be called in early-execution mode.
7007
- *
7008
6962
  * @param callback
7009
6963
  * Original function that was passed into the subscribe event,
7010
6964
  * that is to be unregistered.
@@ -7629,8 +7583,6 @@ export class EntityRemoveAfterEventSignal {
7629
7583
  *
7630
7584
  * This function can't be called in read-only mode.
7631
7585
  *
7632
- * This function can be called in early-execution mode.
7633
- *
7634
7586
  * @param callback
7635
7587
  * Function to call.
7636
7588
  * @param options
@@ -7650,8 +7602,6 @@ export class EntityRemoveAfterEventSignal {
7650
7602
  *
7651
7603
  * This function can't be called in read-only mode.
7652
7604
  *
7653
- * This function can be called in early-execution mode.
7654
- *
7655
7605
  */
7656
7606
  unsubscribe(callback: (arg: EntityRemoveAfterEvent) => void): void;
7657
7607
  }
@@ -7685,8 +7635,6 @@ export class EntityRemoveBeforeEventSignal {
7685
7635
  *
7686
7636
  * This function can't be called in read-only mode.
7687
7637
  *
7688
- * This function can be called in early-execution mode.
7689
- *
7690
7638
  * @param callback
7691
7639
  * Function to call.
7692
7640
  * @returns
@@ -7701,8 +7649,6 @@ export class EntityRemoveBeforeEventSignal {
7701
7649
  *
7702
7650
  * This function can't be called in read-only mode.
7703
7651
  *
7704
- * This function can be called in early-execution mode.
7705
- *
7706
7652
  */
7707
7653
  unsubscribe(callback: (arg: EntityRemoveBeforeEvent) => void): void;
7708
7654
  }
@@ -7940,8 +7886,6 @@ export class EntitySpawnAfterEventSignal {
7940
7886
  *
7941
7887
  * This function can't be called in read-only mode.
7942
7888
  *
7943
- * This function can be called in early-execution mode.
7944
- *
7945
7889
  * @param callback
7946
7890
  * Function that handles the spawn event.
7947
7891
  */
@@ -7953,8 +7897,6 @@ export class EntitySpawnAfterEventSignal {
7953
7897
  *
7954
7898
  * This function can't be called in read-only mode.
7955
7899
  *
7956
- * This function can be called in early-execution mode.
7957
- *
7958
7900
  * @param callback
7959
7901
  * Original function that was passed into the subscribe event,
7960
7902
  * that is to be unregistered.
@@ -8240,8 +8182,6 @@ export class ExplosionAfterEventSignal {
8240
8182
  *
8241
8183
  * This function can't be called in read-only mode.
8242
8184
  *
8243
- * This function can be called in early-execution mode.
8244
- *
8245
8185
  */
8246
8186
  subscribe(callback: (arg: ExplosionAfterEvent) => void): (arg: ExplosionAfterEvent) => void;
8247
8187
  /**
@@ -8251,8 +8191,6 @@ export class ExplosionAfterEventSignal {
8251
8191
  *
8252
8192
  * This function can't be called in read-only mode.
8253
8193
  *
8254
- * This function can be called in early-execution mode.
8255
- *
8256
8194
  */
8257
8195
  unsubscribe(callback: (arg: ExplosionAfterEvent) => void): void;
8258
8196
  }
@@ -8295,8 +8233,6 @@ export class ExplosionBeforeEventSignal {
8295
8233
  *
8296
8234
  * This function can't be called in read-only mode.
8297
8235
  *
8298
- * This function can be called in early-execution mode.
8299
- *
8300
8236
  */
8301
8237
  subscribe(callback: (arg: ExplosionBeforeEvent) => void): (arg: ExplosionBeforeEvent) => void;
8302
8238
  /**
@@ -8306,8 +8242,6 @@ export class ExplosionBeforeEventSignal {
8306
8242
  *
8307
8243
  * This function can't be called in read-only mode.
8308
8244
  *
8309
- * This function can be called in early-execution mode.
8310
- *
8311
8245
  */
8312
8246
  unsubscribe(callback: (arg: ExplosionBeforeEvent) => void): void;
8313
8247
  }
@@ -8414,8 +8348,6 @@ export class GameRuleChangeAfterEventSignal {
8414
8348
  *
8415
8349
  * This function can't be called in read-only mode.
8416
8350
  *
8417
- * This function can be called in early-execution mode.
8418
- *
8419
8351
  */
8420
8352
  subscribe(callback: (arg: GameRuleChangeAfterEvent) => void): (arg: GameRuleChangeAfterEvent) => void;
8421
8353
  /**
@@ -8425,8 +8357,6 @@ export class GameRuleChangeAfterEventSignal {
8425
8357
  *
8426
8358
  * This function can't be called in read-only mode.
8427
8359
  *
8428
- * This function can be called in early-execution mode.
8429
- *
8430
8360
  */
8431
8361
  unsubscribe(callback: (arg: GameRuleChangeAfterEvent) => void): void;
8432
8362
  }
@@ -8820,8 +8750,6 @@ export class ItemCompleteUseAfterEventSignal {
8820
8750
  *
8821
8751
  * This function can't be called in read-only mode.
8822
8752
  *
8823
- * This function can be called in early-execution mode.
8824
- *
8825
8753
  */
8826
8754
  subscribe(callback: (arg: ItemCompleteUseAfterEvent) => void): (arg: ItemCompleteUseAfterEvent) => void;
8827
8755
  /**
@@ -8831,8 +8759,6 @@ export class ItemCompleteUseAfterEventSignal {
8831
8759
  *
8832
8760
  * This function can't be called in read-only mode.
8833
8761
  *
8834
- * This function can be called in early-execution mode.
8835
- *
8836
8762
  */
8837
8763
  unsubscribe(callback: (arg: ItemCompleteUseAfterEvent) => void): void;
8838
8764
  }
@@ -9450,8 +9376,6 @@ export class ItemReleaseUseAfterEventSignal {
9450
9376
  *
9451
9377
  * This function can't be called in read-only mode.
9452
9378
  *
9453
- * This function can be called in early-execution mode.
9454
- *
9455
9379
  */
9456
9380
  subscribe(callback: (arg: ItemReleaseUseAfterEvent) => void): (arg: ItemReleaseUseAfterEvent) => void;
9457
9381
  /**
@@ -9461,8 +9385,6 @@ export class ItemReleaseUseAfterEventSignal {
9461
9385
  *
9462
9386
  * This function can't be called in read-only mode.
9463
9387
  *
9464
- * This function can be called in early-execution mode.
9465
- *
9466
9388
  */
9467
9389
  unsubscribe(callback: (arg: ItemReleaseUseAfterEvent) => void): void;
9468
9390
  }
@@ -9948,8 +9870,6 @@ export class ItemStartUseAfterEventSignal {
9948
9870
  *
9949
9871
  * This function can't be called in read-only mode.
9950
9872
  *
9951
- * This function can be called in early-execution mode.
9952
- *
9953
9873
  */
9954
9874
  subscribe(callback: (arg: ItemStartUseAfterEvent) => void): (arg: ItemStartUseAfterEvent) => void;
9955
9875
  /**
@@ -9959,8 +9879,6 @@ export class ItemStartUseAfterEventSignal {
9959
9879
  *
9960
9880
  * This function can't be called in read-only mode.
9961
9881
  *
9962
- * This function can be called in early-execution mode.
9963
- *
9964
9882
  */
9965
9883
  unsubscribe(callback: (arg: ItemStartUseAfterEvent) => void): void;
9966
9884
  }
@@ -10016,8 +9934,6 @@ export class ItemStartUseOnAfterEventSignal {
10016
9934
  *
10017
9935
  * This function can't be called in read-only mode.
10018
9936
  *
10019
- * This function can be called in early-execution mode.
10020
- *
10021
9937
  */
10022
9938
  subscribe(callback: (arg: ItemStartUseOnAfterEvent) => void): (arg: ItemStartUseOnAfterEvent) => void;
10023
9939
  /**
@@ -10027,8 +9943,6 @@ export class ItemStartUseOnAfterEventSignal {
10027
9943
  *
10028
9944
  * This function can't be called in read-only mode.
10029
9945
  *
10030
- * This function can be called in early-execution mode.
10031
- *
10032
9946
  */
10033
9947
  unsubscribe(callback: (arg: ItemStartUseOnAfterEvent) => void): void;
10034
9948
  }
@@ -10077,8 +9991,6 @@ export class ItemStopUseAfterEventSignal {
10077
9991
  *
10078
9992
  * This function can't be called in read-only mode.
10079
9993
  *
10080
- * This function can be called in early-execution mode.
10081
- *
10082
9994
  */
10083
9995
  subscribe(callback: (arg: ItemStopUseAfterEvent) => void): (arg: ItemStopUseAfterEvent) => void;
10084
9996
  /**
@@ -10088,8 +10000,6 @@ export class ItemStopUseAfterEventSignal {
10088
10000
  *
10089
10001
  * This function can't be called in read-only mode.
10090
10002
  *
10091
- * This function can be called in early-execution mode.
10092
- *
10093
10003
  */
10094
10004
  unsubscribe(callback: (arg: ItemStopUseAfterEvent) => void): void;
10095
10005
  }
@@ -10138,8 +10048,6 @@ export class ItemStopUseOnAfterEventSignal {
10138
10048
  *
10139
10049
  * This function can't be called in read-only mode.
10140
10050
  *
10141
- * This function can be called in early-execution mode.
10142
- *
10143
10051
  */
10144
10052
  subscribe(callback: (arg: ItemStopUseOnAfterEvent) => void): (arg: ItemStopUseOnAfterEvent) => void;
10145
10053
  /**
@@ -10149,8 +10057,6 @@ export class ItemStopUseOnAfterEventSignal {
10149
10057
  *
10150
10058
  * This function can't be called in read-only mode.
10151
10059
  *
10152
- * This function can be called in early-execution mode.
10153
- *
10154
10060
  */
10155
10061
  unsubscribe(callback: (arg: ItemStopUseOnAfterEvent) => void): void;
10156
10062
  }
@@ -10221,8 +10127,6 @@ export class ItemUseAfterEventSignal {
10221
10127
  *
10222
10128
  * This function can't be called in read-only mode.
10223
10129
  *
10224
- * This function can be called in early-execution mode.
10225
- *
10226
10130
  */
10227
10131
  subscribe(callback: (arg: ItemUseAfterEvent) => void): (arg: ItemUseAfterEvent) => void;
10228
10132
  /**
@@ -10231,8 +10135,6 @@ export class ItemUseAfterEventSignal {
10231
10135
  *
10232
10136
  * This function can't be called in read-only mode.
10233
10137
  *
10234
- * This function can be called in early-execution mode.
10235
- *
10236
10138
  */
10237
10139
  unsubscribe(callback: (arg: ItemUseAfterEvent) => void): void;
10238
10140
  }
@@ -10262,8 +10164,6 @@ export class ItemUseBeforeEventSignal {
10262
10164
  *
10263
10165
  * This function can't be called in read-only mode.
10264
10166
  *
10265
- * This function can be called in early-execution mode.
10266
- *
10267
10167
  */
10268
10168
  subscribe(callback: (arg: ItemUseBeforeEvent) => void): (arg: ItemUseBeforeEvent) => void;
10269
10169
  /**
@@ -10272,8 +10172,6 @@ export class ItemUseBeforeEventSignal {
10272
10172
  *
10273
10173
  * This function can't be called in read-only mode.
10274
10174
  *
10275
- * This function can be called in early-execution mode.
10276
- *
10277
10175
  */
10278
10176
  unsubscribe(callback: (arg: ItemUseBeforeEvent) => void): void;
10279
10177
  }
@@ -10331,8 +10229,6 @@ export class ItemUseOnAfterEventSignal {
10331
10229
  *
10332
10230
  * This function can't be called in read-only mode.
10333
10231
  *
10334
- * This function can be called in early-execution mode.
10335
- *
10336
10232
  */
10337
10233
  subscribe(callback: (arg: ItemUseOnAfterEvent) => void): (arg: ItemUseOnAfterEvent) => void;
10338
10234
  /**
@@ -10342,8 +10238,6 @@ export class ItemUseOnAfterEventSignal {
10342
10238
  *
10343
10239
  * This function can't be called in read-only mode.
10344
10240
  *
10345
- * This function can be called in early-execution mode.
10346
- *
10347
10241
  */
10348
10242
  unsubscribe(callback: (arg: ItemUseOnAfterEvent) => void): void;
10349
10243
  }
@@ -10376,8 +10270,6 @@ export class ItemUseOnBeforeEventSignal {
10376
10270
  *
10377
10271
  * This function can't be called in read-only mode.
10378
10272
  *
10379
- * This function can be called in early-execution mode.
10380
- *
10381
10273
  */
10382
10274
  subscribe(callback: (arg: ItemUseOnBeforeEvent) => void): (arg: ItemUseOnBeforeEvent) => void;
10383
10275
  /**
@@ -10387,8 +10279,6 @@ export class ItemUseOnBeforeEventSignal {
10387
10279
  *
10388
10280
  * This function can't be called in read-only mode.
10389
10281
  *
10390
- * This function can be called in early-execution mode.
10391
- *
10392
10282
  */
10393
10283
  unsubscribe(callback: (arg: ItemUseOnBeforeEvent) => void): void;
10394
10284
  }
@@ -10674,8 +10564,6 @@ export class PistonActivateAfterEventSignal {
10674
10564
  * @remarks
10675
10565
  * This function can't be called in read-only mode.
10676
10566
  *
10677
- * This function can be called in early-execution mode.
10678
- *
10679
10567
  */
10680
10568
  subscribe(callback: (arg: PistonActivateAfterEvent) => void): (arg: PistonActivateAfterEvent) => void;
10681
10569
  /**
@@ -10685,8 +10573,6 @@ export class PistonActivateAfterEventSignal {
10685
10573
  *
10686
10574
  * This function can't be called in read-only mode.
10687
10575
  *
10688
- * This function can be called in early-execution mode.
10689
- *
10690
10576
  */
10691
10577
  unsubscribe(callback: (arg: PistonActivateAfterEvent) => void): void;
10692
10578
  }
@@ -11037,8 +10923,6 @@ export class PlayerBreakBlockAfterEventSignal {
11037
10923
  *
11038
10924
  * This function can't be called in read-only mode.
11039
10925
  *
11040
- * This function can be called in early-execution mode.
11041
- *
11042
10926
  */
11043
10927
  subscribe(
11044
10928
  callback: (arg: PlayerBreakBlockAfterEvent) => void,
@@ -11051,8 +10935,6 @@ export class PlayerBreakBlockAfterEventSignal {
11051
10935
  *
11052
10936
  * This function can't be called in read-only mode.
11053
10937
  *
11054
- * This function can be called in early-execution mode.
11055
- *
11056
10938
  */
11057
10939
  unsubscribe(callback: (arg: PlayerBreakBlockAfterEvent) => void): void;
11058
10940
  }
@@ -11098,8 +10980,6 @@ export class PlayerBreakBlockBeforeEventSignal {
11098
10980
  *
11099
10981
  * This function can't be called in read-only mode.
11100
10982
  *
11101
- * This function can be called in early-execution mode.
11102
- *
11103
10983
  */
11104
10984
  subscribe(
11105
10985
  callback: (arg: PlayerBreakBlockBeforeEvent) => void,
@@ -11112,14 +10992,11 @@ export class PlayerBreakBlockBeforeEventSignal {
11112
10992
  *
11113
10993
  * This function can't be called in read-only mode.
11114
10994
  *
11115
- * This function can be called in early-execution mode.
11116
- *
11117
10995
  */
11118
10996
  unsubscribe(callback: (arg: PlayerBreakBlockBeforeEvent) => void): void;
11119
10997
  }
11120
10998
 
11121
10999
  /**
11122
- * @rc
11123
11000
  * Represents the players cursor inventory. Used when moving
11124
11001
  * items between between containers in the inventory UI. Not
11125
11002
  * used with touch controls.
@@ -11198,8 +11075,6 @@ export class PlayerDimensionChangeAfterEventSignal {
11198
11075
  *
11199
11076
  * This function can't be called in read-only mode.
11200
11077
  *
11201
- * This function can be called in early-execution mode.
11202
- *
11203
11078
  */
11204
11079
  subscribe(callback: (arg: PlayerDimensionChangeAfterEvent) => void): (arg: PlayerDimensionChangeAfterEvent) => void;
11205
11080
  /**
@@ -11209,40 +11084,28 @@ export class PlayerDimensionChangeAfterEventSignal {
11209
11084
  *
11210
11085
  * This function can't be called in read-only mode.
11211
11086
  *
11212
- * This function can be called in early-execution mode.
11213
- *
11214
11087
  */
11215
11088
  unsubscribe(callback: (arg: PlayerDimensionChangeAfterEvent) => void): void;
11216
11089
  }
11217
11090
 
11218
- /**
11219
- * @rc
11220
- */
11221
11091
  export class PlayerEmoteAfterEvent {
11222
11092
  private constructor();
11223
11093
  readonly personaPieceId: string;
11224
11094
  readonly player: Player;
11225
11095
  }
11226
11096
 
11227
- /**
11228
- * @rc
11229
- */
11230
11097
  export class PlayerEmoteAfterEventSignal {
11231
11098
  private constructor();
11232
11099
  /**
11233
11100
  * @remarks
11234
11101
  * This function can't be called in read-only mode.
11235
11102
  *
11236
- * This function can be called in early-execution mode.
11237
- *
11238
11103
  */
11239
11104
  subscribe(callback: (arg: PlayerEmoteAfterEvent) => void): (arg: PlayerEmoteAfterEvent) => void;
11240
11105
  /**
11241
11106
  * @remarks
11242
11107
  * This function can't be called in read-only mode.
11243
11108
  *
11244
- * This function can be called in early-execution mode.
11245
- *
11246
11109
  */
11247
11110
  unsubscribe(callback: (arg: PlayerEmoteAfterEvent) => void): void;
11248
11111
  }
@@ -11286,8 +11149,6 @@ export class PlayerGameModeChangeAfterEventSignal {
11286
11149
  *
11287
11150
  * This function can't be called in read-only mode.
11288
11151
  *
11289
- * This function can be called in early-execution mode.
11290
- *
11291
11152
  */
11292
11153
  subscribe(callback: (arg: PlayerGameModeChangeAfterEvent) => void): (arg: PlayerGameModeChangeAfterEvent) => void;
11293
11154
  /**
@@ -11297,8 +11158,6 @@ export class PlayerGameModeChangeAfterEventSignal {
11297
11158
  *
11298
11159
  * This function can't be called in read-only mode.
11299
11160
  *
11300
- * This function can be called in early-execution mode.
11301
- *
11302
11161
  */
11303
11162
  unsubscribe(callback: (arg: PlayerGameModeChangeAfterEvent) => void): void;
11304
11163
  }
@@ -11348,8 +11207,6 @@ export class PlayerGameModeChangeBeforeEventSignal {
11348
11207
  *
11349
11208
  * This function can't be called in read-only mode.
11350
11209
  *
11351
- * This function can be called in early-execution mode.
11352
- *
11353
11210
  */
11354
11211
  subscribe(callback: (arg: PlayerGameModeChangeBeforeEvent) => void): (arg: PlayerGameModeChangeBeforeEvent) => void;
11355
11212
  /**
@@ -11359,8 +11216,6 @@ export class PlayerGameModeChangeBeforeEventSignal {
11359
11216
  *
11360
11217
  * This function can't be called in read-only mode.
11361
11218
  *
11362
- * This function can be called in early-execution mode.
11363
- *
11364
11219
  */
11365
11220
  unsubscribe(callback: (arg: PlayerGameModeChangeBeforeEvent) => void): void;
11366
11221
  }
@@ -11404,8 +11259,6 @@ export class PlayerInputPermissionCategoryChangeAfterEventSignal {
11404
11259
  *
11405
11260
  * This function can't be called in read-only mode.
11406
11261
  *
11407
- * This function can be called in early-execution mode.
11408
- *
11409
11262
  */
11410
11263
  subscribe(
11411
11264
  callback: (arg: PlayerInputPermissionCategoryChangeAfterEvent) => void,
@@ -11417,8 +11270,6 @@ export class PlayerInputPermissionCategoryChangeAfterEventSignal {
11417
11270
  *
11418
11271
  * This function can't be called in read-only mode.
11419
11272
  *
11420
- * This function can be called in early-execution mode.
11421
- *
11422
11273
  */
11423
11274
  unsubscribe(callback: (arg: PlayerInputPermissionCategoryChangeAfterEvent) => void): void;
11424
11275
  }
@@ -11498,8 +11349,6 @@ export class PlayerInteractWithBlockAfterEventSignal {
11498
11349
  *
11499
11350
  * This function can't be called in read-only mode.
11500
11351
  *
11501
- * This function can be called in early-execution mode.
11502
- *
11503
11352
  */
11504
11353
  subscribe(
11505
11354
  callback: (arg: PlayerInteractWithBlockAfterEvent) => void,
@@ -11511,8 +11360,6 @@ export class PlayerInteractWithBlockAfterEventSignal {
11511
11360
  *
11512
11361
  * This function can't be called in read-only mode.
11513
11362
  *
11514
- * This function can be called in early-execution mode.
11515
- *
11516
11363
  */
11517
11364
  unsubscribe(callback: (arg: PlayerInteractWithBlockAfterEvent) => void): void;
11518
11365
  }
@@ -11576,8 +11423,6 @@ export class PlayerInteractWithBlockBeforeEventSignal {
11576
11423
  *
11577
11424
  * This function can't be called in read-only mode.
11578
11425
  *
11579
- * This function can be called in early-execution mode.
11580
- *
11581
11426
  */
11582
11427
  subscribe(
11583
11428
  callback: (arg: PlayerInteractWithBlockBeforeEvent) => void,
@@ -11589,8 +11434,6 @@ export class PlayerInteractWithBlockBeforeEventSignal {
11589
11434
  *
11590
11435
  * This function can't be called in read-only mode.
11591
11436
  *
11592
- * This function can be called in early-execution mode.
11593
- *
11594
11437
  */
11595
11438
  unsubscribe(callback: (arg: PlayerInteractWithBlockBeforeEvent) => void): void;
11596
11439
  }
@@ -11635,8 +11478,6 @@ export class PlayerInteractWithEntityAfterEventSignal {
11635
11478
  *
11636
11479
  * This function can't be called in read-only mode.
11637
11480
  *
11638
- * This function can be called in early-execution mode.
11639
- *
11640
11481
  */
11641
11482
  subscribe(
11642
11483
  callback: (arg: PlayerInteractWithEntityAfterEvent) => void,
@@ -11648,8 +11489,6 @@ export class PlayerInteractWithEntityAfterEventSignal {
11648
11489
  *
11649
11490
  * This function can't be called in read-only mode.
11650
11491
  *
11651
- * This function can be called in early-execution mode.
11652
- *
11653
11492
  */
11654
11493
  unsubscribe(callback: (arg: PlayerInteractWithEntityAfterEvent) => void): void;
11655
11494
  }
@@ -11700,8 +11539,6 @@ export class PlayerInteractWithEntityBeforeEventSignal {
11700
11539
  *
11701
11540
  * This function can't be called in read-only mode.
11702
11541
  *
11703
- * This function can be called in early-execution mode.
11704
- *
11705
11542
  */
11706
11543
  subscribe(
11707
11544
  callback: (arg: PlayerInteractWithEntityBeforeEvent) => void,
@@ -11713,8 +11550,6 @@ export class PlayerInteractWithEntityBeforeEventSignal {
11713
11550
  *
11714
11551
  * This function can't be called in read-only mode.
11715
11552
  *
11716
- * This function can be called in early-execution mode.
11717
- *
11718
11553
  */
11719
11554
  unsubscribe(callback: (arg: PlayerInteractWithEntityBeforeEvent) => void): void;
11720
11555
  }
@@ -11807,8 +11642,6 @@ export class PlayerLeaveBeforeEventSignal {
11807
11642
  *
11808
11643
  * This function can't be called in read-only mode.
11809
11644
  *
11810
- * This function can be called in early-execution mode.
11811
- *
11812
11645
  */
11813
11646
  subscribe(callback: (arg: PlayerLeaveBeforeEvent) => void): (arg: PlayerLeaveBeforeEvent) => void;
11814
11647
  /**
@@ -11818,8 +11651,6 @@ export class PlayerLeaveBeforeEventSignal {
11818
11651
  *
11819
11652
  * This function can't be called in read-only mode.
11820
11653
  *
11821
- * This function can be called in early-execution mode.
11822
- *
11823
11654
  */
11824
11655
  unsubscribe(callback: (arg: PlayerLeaveBeforeEvent) => void): void;
11825
11656
  }
@@ -11852,8 +11683,6 @@ export class PlayerPlaceBlockAfterEventSignal {
11852
11683
  *
11853
11684
  * This function can't be called in read-only mode.
11854
11685
  *
11855
- * This function can be called in early-execution mode.
11856
- *
11857
11686
  */
11858
11687
  subscribe(
11859
11688
  callback: (arg: PlayerPlaceBlockAfterEvent) => void,
@@ -11866,8 +11695,6 @@ export class PlayerPlaceBlockAfterEventSignal {
11866
11695
  *
11867
11696
  * This function can't be called in read-only mode.
11868
11697
  *
11869
- * This function can be called in early-execution mode.
11870
- *
11871
11698
  */
11872
11699
  unsubscribe(callback: (arg: PlayerPlaceBlockAfterEvent) => void): void;
11873
11700
  }
@@ -11942,8 +11769,6 @@ export class PressurePlatePopAfterEventSignal {
11942
11769
  *
11943
11770
  * This function can't be called in read-only mode.
11944
11771
  *
11945
- * This function can be called in early-execution mode.
11946
- *
11947
11772
  */
11948
11773
  subscribe(callback: (arg: PressurePlatePopAfterEvent) => void): (arg: PressurePlatePopAfterEvent) => void;
11949
11774
  /**
@@ -11953,8 +11778,6 @@ export class PressurePlatePopAfterEventSignal {
11953
11778
  *
11954
11779
  * This function can't be called in read-only mode.
11955
11780
  *
11956
- * This function can be called in early-execution mode.
11957
- *
11958
11781
  */
11959
11782
  unsubscribe(callback: (arg: PressurePlatePopAfterEvent) => void): void;
11960
11783
  }
@@ -12001,8 +11824,6 @@ export class PressurePlatePushAfterEventSignal {
12001
11824
  *
12002
11825
  * This function can't be called in read-only mode.
12003
11826
  *
12004
- * This function can be called in early-execution mode.
12005
- *
12006
11827
  */
12007
11828
  subscribe(callback: (arg: PressurePlatePushAfterEvent) => void): (arg: PressurePlatePushAfterEvent) => void;
12008
11829
  /**
@@ -12012,8 +11833,6 @@ export class PressurePlatePushAfterEventSignal {
12012
11833
  *
12013
11834
  * This function can't be called in read-only mode.
12014
11835
  *
12015
- * This function can be called in early-execution mode.
12016
- *
12017
11836
  */
12018
11837
  unsubscribe(callback: (arg: PressurePlatePushAfterEvent) => void): void;
12019
11838
  }
@@ -12078,8 +11897,6 @@ export class ProjectileHitBlockAfterEventSignal {
12078
11897
  *
12079
11898
  * This function can't be called in read-only mode.
12080
11899
  *
12081
- * This function can be called in early-execution mode.
12082
- *
12083
11900
  */
12084
11901
  subscribe(callback: (arg: ProjectileHitBlockAfterEvent) => void): (arg: ProjectileHitBlockAfterEvent) => void;
12085
11902
  /**
@@ -12089,8 +11906,6 @@ export class ProjectileHitBlockAfterEventSignal {
12089
11906
  *
12090
11907
  * This function can't be called in read-only mode.
12091
11908
  *
12092
- * This function can be called in early-execution mode.
12093
- *
12094
11909
  */
12095
11910
  unsubscribe(callback: (arg: ProjectileHitBlockAfterEvent) => void): void;
12096
11911
  }
@@ -12155,8 +11970,6 @@ export class ProjectileHitEntityAfterEventSignal {
12155
11970
  *
12156
11971
  * This function can't be called in read-only mode.
12157
11972
  *
12158
- * This function can be called in early-execution mode.
12159
- *
12160
11973
  */
12161
11974
  subscribe(callback: (arg: ProjectileHitEntityAfterEvent) => void): (arg: ProjectileHitEntityAfterEvent) => void;
12162
11975
  /**
@@ -12166,8 +11979,6 @@ export class ProjectileHitEntityAfterEventSignal {
12166
11979
  *
12167
11980
  * This function can't be called in read-only mode.
12168
11981
  *
12169
- * This function can be called in early-execution mode.
12170
- *
12171
11982
  */
12172
11983
  unsubscribe(callback: (arg: ProjectileHitEntityAfterEvent) => void): void;
12173
11984
  }
@@ -12648,8 +12459,6 @@ export class ScriptEventCommandMessageAfterEventSignal {
12648
12459
  *
12649
12460
  * This function can't be called in read-only mode.
12650
12461
  *
12651
- * This function can be called in early-execution mode.
12652
- *
12653
12462
  */
12654
12463
  subscribe(
12655
12464
  callback: (arg: ScriptEventCommandMessageAfterEvent) => void,
@@ -12661,8 +12470,6 @@ export class ScriptEventCommandMessageAfterEventSignal {
12661
12470
  *
12662
12471
  * This function can't be called in read-only mode.
12663
12472
  *
12664
- * This function can be called in early-execution mode.
12665
- *
12666
12473
  */
12667
12474
  unsubscribe(callback: (arg: ScriptEventCommandMessageAfterEvent) => void): void;
12668
12475
  }
@@ -13008,8 +12815,6 @@ export class System {
13008
12815
  * Cancels the execution of a job queued via {@link
13009
12816
  * System.runJob}.
13010
12817
  *
13011
- * This function can be called in early-execution mode.
13012
- *
13013
12818
  * @param jobId
13014
12819
  * The job ID returned from {@link System.runJob}.
13015
12820
  */
@@ -13019,8 +12824,6 @@ export class System {
13019
12824
  * Cancels the execution of a function run that was previously
13020
12825
  * scheduled via {@link System.run}.
13021
12826
  *
13022
- * This function can be called in early-execution mode.
13023
- *
13024
12827
  */
13025
12828
  clearRun(runId: number): void;
13026
12829
  /**
@@ -13034,8 +12837,6 @@ export class System {
13034
12837
  * tick. Note, however, that depending on load on the system,
13035
12838
  * running in the same or next tick is not guaranteed.
13036
12839
  *
13037
- * This function can be called in early-execution mode.
13038
- *
13039
12840
  * @param callback
13040
12841
  * Function callback to run at the next game tick.
13041
12842
  * @returns
@@ -13066,8 +12867,6 @@ export class System {
13066
12867
  * @remarks
13067
12868
  * Runs a set of code on an interval.
13068
12869
  *
13069
- * This function can be called in early-execution mode.
13070
- *
13071
12870
  * @param callback
13072
12871
  * Functional code that will run when this interval occurs.
13073
12872
  * @param tickInterval
@@ -13094,8 +12893,6 @@ export class System {
13094
12893
  * will be given a time slice each tick, and will be run until
13095
12894
  * it yields or completes.
13096
12895
  *
13097
- * This function can be called in early-execution mode.
13098
- *
13099
12896
  * @param generator
13100
12897
  * The instance of the generator to run.
13101
12898
  * @returns
@@ -13137,8 +12934,6 @@ export class System {
13137
12934
  * @remarks
13138
12935
  * Runs a set of code at a future time specified by tickDelay.
13139
12936
  *
13140
- * This function can be called in early-execution mode.
13141
- *
13142
12937
  * @param callback
13143
12938
  * Functional code that will run when this timeout occurs.
13144
12939
  * @param tickDelay
@@ -13150,9 +12945,6 @@ export class System {
13150
12945
  */
13151
12946
  runTimeout(callback: () => void, tickDelay?: number): number;
13152
12947
  /**
13153
- * @remarks
13154
- * This function can be called in early-execution mode.
13155
- *
13156
12948
  * @throws This function can throw errors.
13157
12949
  *
13158
12950
  * {@link minecraftcommon.EngineError}
@@ -13222,8 +13014,6 @@ export class TargetBlockHitAfterEventSignal {
13222
13014
  *
13223
13015
  * This function can't be called in read-only mode.
13224
13016
  *
13225
- * This function can be called in early-execution mode.
13226
- *
13227
13017
  */
13228
13018
  subscribe(callback: (arg: TargetBlockHitAfterEvent) => void): (arg: TargetBlockHitAfterEvent) => void;
13229
13019
  /**
@@ -13233,8 +13023,6 @@ export class TargetBlockHitAfterEventSignal {
13233
13023
  *
13234
13024
  * This function can't be called in read-only mode.
13235
13025
  *
13236
- * This function can be called in early-execution mode.
13237
- *
13238
13026
  */
13239
13027
  unsubscribe(callback: (arg: TargetBlockHitAfterEvent) => void): void;
13240
13028
  }
@@ -13352,8 +13140,6 @@ export class TripWireTripAfterEventSignal {
13352
13140
  *
13353
13141
  * This function can't be called in read-only mode.
13354
13142
  *
13355
- * This function can be called in early-execution mode.
13356
- *
13357
13143
  */
13358
13144
  subscribe(callback: (arg: TripWireTripAfterEvent) => void): (arg: TripWireTripAfterEvent) => void;
13359
13145
  /**
@@ -13363,8 +13149,6 @@ export class TripWireTripAfterEventSignal {
13363
13149
  *
13364
13150
  * This function can't be called in read-only mode.
13365
13151
  *
13366
- * This function can be called in early-execution mode.
13367
- *
13368
13152
  */
13369
13153
  unsubscribe(callback: (arg: TripWireTripAfterEvent) => void): void;
13370
13154
  }
@@ -13406,8 +13190,6 @@ export class WeatherChangeAfterEventSignal {
13406
13190
  *
13407
13191
  * This function can't be called in read-only mode.
13408
13192
  *
13409
- * This function can be called in early-execution mode.
13410
- *
13411
13193
  */
13412
13194
  subscribe(callback: (arg: WeatherChangeAfterEvent) => void): (arg: WeatherChangeAfterEvent) => void;
13413
13195
  /**
@@ -13416,8 +13198,6 @@ export class WeatherChangeAfterEventSignal {
13416
13198
  *
13417
13199
  * This function can't be called in read-only mode.
13418
13200
  *
13419
- * This function can be called in early-execution mode.
13420
- *
13421
13201
  */
13422
13202
  unsubscribe(callback: (arg: WeatherChangeAfterEvent) => void): void;
13423
13203
  }
@@ -13467,8 +13247,6 @@ export class WeatherChangeBeforeEventSignal {
13467
13247
  *
13468
13248
  * This function can't be called in read-only mode.
13469
13249
  *
13470
- * This function can be called in early-execution mode.
13471
- *
13472
13250
  */
13473
13251
  subscribe(callback: (arg: WeatherChangeBeforeEvent) => void): (arg: WeatherChangeBeforeEvent) => void;
13474
13252
  /**
@@ -13477,8 +13255,6 @@ export class WeatherChangeBeforeEventSignal {
13477
13255
  *
13478
13256
  * This function can't be called in read-only mode.
13479
13257
  *
13480
- * This function can be called in early-execution mode.
13481
- *
13482
13258
  */
13483
13259
  unsubscribe(callback: (arg: WeatherChangeBeforeEvent) => void): void;
13484
13260
  }
@@ -14176,9 +13952,6 @@ export class WorldAfterEvents {
14176
13952
  *
14177
13953
  */
14178
13954
  readonly playerDimensionChange: PlayerDimensionChangeAfterEventSignal;
14179
- /**
14180
- * @rc
14181
- */
14182
13955
  readonly playerEmote: PlayerEmoteAfterEventSignal;
14183
13956
  readonly playerGameModeChange: PlayerGameModeChangeAfterEventSignal;
14184
13957
  /**
@@ -14359,8 +14132,6 @@ export class WorldInitializeAfterEventSignal {
14359
14132
  *
14360
14133
  * This function can't be called in read-only mode.
14361
14134
  *
14362
- * This function can be called in early-execution mode.
14363
- *
14364
14135
  */
14365
14136
  subscribe(callback: (arg: WorldInitializeAfterEvent) => void): (arg: WorldInitializeAfterEvent) => void;
14366
14137
  /**
@@ -14370,8 +14141,6 @@ export class WorldInitializeAfterEventSignal {
14370
14141
  *
14371
14142
  * This function can't be called in read-only mode.
14372
14143
  *
14373
- * This function can be called in early-execution mode.
14374
- *
14375
14144
  */
14376
14145
  unsubscribe(callback: (arg: WorldInitializeAfterEvent) => void): void;
14377
14146
  }
@@ -14410,8 +14179,6 @@ export class WorldInitializeBeforeEventSignal {
14410
14179
  *
14411
14180
  * This function can't be called in read-only mode.
14412
14181
  *
14413
- * This function can be called in early-execution mode.
14414
- *
14415
14182
  */
14416
14183
  subscribe(callback: (arg: WorldInitializeBeforeEvent) => void): (arg: WorldInitializeBeforeEvent) => void;
14417
14184
  /**
@@ -14421,8 +14188,6 @@ export class WorldInitializeBeforeEventSignal {
14421
14188
  *
14422
14189
  * This function can't be called in read-only mode.
14423
14190
  *
14424
- * This function can be called in early-execution mode.
14425
- *
14426
14191
  */
14427
14192
  unsubscribe(callback: (arg: WorldInitializeBeforeEvent) => void): void;
14428
14193
  }
@@ -15039,9 +14804,6 @@ export interface EntityFilter {
15039
14804
  *
15040
14805
  */
15041
14806
  name?: string;
15042
- /**
15043
- * @rc
15044
- */
15045
14807
  propertyOptions?: EntityQueryPropertyOptions[];
15046
14808
  /**
15047
14809
  * @remarks
@@ -15295,9 +15057,6 @@ export interface EntityQueryOptions extends EntityFilter {
15295
15057
  volume?: Vector3;
15296
15058
  }
15297
15059
 
15298
- /**
15299
- * @rc
15300
- */
15301
15060
  export interface EntityQueryPropertyOptions {
15302
15061
  exclude?: boolean;
15303
15062
  propertyId: string;
@@ -15400,7 +15159,6 @@ export interface EntityRaycastOptions extends EntityFilter {
15400
15159
  }
15401
15160
 
15402
15161
  /**
15403
- * @rc
15404
15162
  * Equal to operator.
15405
15163
  */
15406
15164
  export interface EqualsComparison {
@@ -15462,7 +15220,6 @@ export interface ExplosionOptions {
15462
15220
  }
15463
15221
 
15464
15222
  /**
15465
- * @rc
15466
15223
  * Greater than operator.
15467
15224
  */
15468
15225
  export interface GreaterThanComparison {
@@ -15475,7 +15232,6 @@ export interface GreaterThanComparison {
15475
15232
  }
15476
15233
 
15477
15234
  /**
15478
- * @rc
15479
15235
  * Greater than or equal to operator.
15480
15236
  */
15481
15237
  export interface GreaterThanOrEqualsComparison {
@@ -15545,7 +15301,6 @@ export interface ItemCustomComponent {
15545
15301
  }
15546
15302
 
15547
15303
  /**
15548
- * @rc
15549
15304
  * Less than operator.
15550
15305
  */
15551
15306
  export interface LessThanComparison {
@@ -15558,7 +15313,6 @@ export interface LessThanComparison {
15558
15313
  }
15559
15314
 
15560
15315
  /**
15561
- * @rc
15562
15316
  * Less than or equal to operator.
15563
15317
  */
15564
15318
  export interface LessThanOrEqualsComparison {
@@ -15596,7 +15350,6 @@ export interface MusicOptions {
15596
15350
  }
15597
15351
 
15598
15352
  /**
15599
- * @rc
15600
15353
  * Not equal to operator.
15601
15354
  */
15602
15355
  export interface NotEqualsComparison {
@@ -15686,7 +15439,6 @@ export interface ProjectileShootOptions {
15686
15439
  }
15687
15440
 
15688
15441
  /**
15689
- * @rc
15690
15442
  * Operator represents a lower/upper bound structure for
15691
15443
  * expressing a potential range of numbers.
15692
15444
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/server",
3
- "version": "1.14.0-rc.1.21.40-preview.21",
3
+ "version": "1.14.0",
4
4
  "description": "",
5
5
  "contributors": [
6
6
  {