@minecraft/server 2.7.0-beta.1.26.10-preview.27 → 2.7.0-beta.1.26.12-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 -61
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -756,7 +756,6 @@ export enum EnchantmentSlot {
756
756
  }
757
757
 
758
758
  /**
759
- * @rc
760
759
  * The entity's attach location point. Contains points such as
761
760
  * head, body, leg, etc to attach the camera to.
762
761
  */
@@ -1476,7 +1475,6 @@ export enum EntityDamageCause {
1476
1475
  }
1477
1476
 
1478
1477
  /**
1479
- * @rc
1480
1478
  * Describes the source of healing of an Entity.
1481
1479
  */
1482
1480
  export enum EntityHealCause {
@@ -2870,7 +2868,6 @@ export enum StructureSaveMode {
2870
2868
  }
2871
2869
 
2872
2870
  /**
2873
- * @rc
2874
2871
  * The reason that the {@link
2875
2872
  * @minecraft/server.TickingAreaError} was thrown.
2876
2873
  */
@@ -4220,7 +4217,6 @@ export class Block {
4220
4217
  */
4221
4218
  getComponent<T extends string>(componentId: T): BlockComponentReturnType<T> | undefined;
4222
4219
  /**
4223
- * @rc
4224
4220
  * @remarks
4225
4221
  * Returns all scripting components that are present on this
4226
4222
  * block.
@@ -4339,7 +4335,6 @@ export class Block {
4339
4335
  */
4340
4336
  getTags(): string[];
4341
4337
  /**
4342
- * @rc
4343
4338
  * @remarks
4344
4339
  * Returns true if the specified component is present on this
4345
4340
  * block.
@@ -4775,7 +4770,6 @@ export class BlockComponentBlockBreakEvent extends BlockEvent {
4775
4770
  }
4776
4771
 
4777
4772
  /**
4778
- * @rc
4779
4773
  * Contains information regarding an event sent by an entity to
4780
4774
  * this block in the world.
4781
4775
  */
@@ -4949,7 +4943,6 @@ export class BlockComponentRedstoneUpdateEvent extends BlockEvent {
4949
4943
  */
4950
4944
  readonly powerLevel: number;
4951
4945
  /**
4952
- * @rc
4953
4946
  * @remarks
4954
4947
  * The redstone signal strength from the last tick that was
4955
4948
  * passing through this block. It is guaranteed to be >= the
@@ -5350,7 +5343,6 @@ export class BlockMovableComponent extends BlockComponent {
5350
5343
  export class BlockPermutation {
5351
5344
  private constructor();
5352
5345
  /**
5353
- * @rc
5354
5346
  * @remarks
5355
5347
  * Key for the localization of this BlockPermutation's name
5356
5348
  * used in .lang files.
@@ -6020,7 +6012,6 @@ export class BlockType {
6020
6012
  */
6021
6013
  readonly id: string;
6022
6014
  /**
6023
- * @rc
6024
6015
  * @remarks
6025
6016
  * Key for the localization of this BlockType's name used in
6026
6017
  * .lang files.
@@ -6325,7 +6316,6 @@ export class Camera {
6325
6316
  */
6326
6317
  readonly isValid: boolean;
6327
6318
  /**
6328
- * @rc
6329
6319
  * @remarks
6330
6320
  * Attaches the camera to a non-player entity.
6331
6321
  *
@@ -6362,7 +6352,6 @@ export class Camera {
6362
6352
  */
6363
6353
  fade(fadeCameraOptions?: CameraFadeOptions): void;
6364
6354
  /**
6365
- * @rc
6366
6355
  * @remarks
6367
6356
  * This function can't be called in restricted-execution mode.
6368
6357
  *
@@ -6434,7 +6423,6 @@ export class Camera {
6434
6423
  }
6435
6424
 
6436
6425
  /**
6437
- * @rc
6438
6426
  * CatmullRom spline creation.
6439
6427
  */
6440
6428
  export class CatmullRomSpline {
@@ -7925,7 +7913,6 @@ export class Dimension {
7925
7913
  */
7926
7914
  readonly localizationKey: string;
7927
7915
  /**
7928
- * @rc
7929
7916
  * @remarks
7930
7917
  * Checks if an area contains the specified biomes. If the area
7931
7918
  * is partially inside world boundaries, only the area that is
@@ -10769,7 +10756,6 @@ export class EntityDefinitionFeedItem {
10769
10756
  */
10770
10757
  readonly item: string;
10771
10758
  /**
10772
- * @rc
10773
10759
  * @remarks
10774
10760
  * Type ID of the resulting item after feeding has occurred.
10775
10761
  * This will usually be empty but is used for scenarios such as
@@ -11042,7 +11028,6 @@ export class EntityHealableComponent extends EntityComponent {
11042
11028
  }
11043
11029
 
11044
11030
  /**
11045
- * @rc
11046
11031
  * Contains information related to an entity having been
11047
11032
  * healed.
11048
11033
  */
@@ -11069,7 +11054,6 @@ export class EntityHealAfterEvent {
11069
11054
  }
11070
11055
 
11071
11056
  /**
11072
- * @rc
11073
11057
  * Manages callbacks that are connected to when an entity is
11074
11058
  * healed.
11075
11059
  */
@@ -11103,7 +11087,6 @@ export class EntityHealAfterEventSignal {
11103
11087
  }
11104
11088
 
11105
11089
  /**
11106
- * @rc
11107
11090
  * Contains information related to an entity that will be
11108
11091
  * healed.
11109
11092
  */
@@ -11131,7 +11114,6 @@ export class EntityHealBeforeEvent {
11131
11114
  }
11132
11115
 
11133
11116
  /**
11134
- * @rc
11135
11117
  * Manages callbacks that are connected to when an entity will
11136
11118
  * be healed.
11137
11119
  */
@@ -11171,7 +11153,6 @@ export class EntityHealBeforeEventSignal {
11171
11153
  }
11172
11154
 
11173
11155
  /**
11174
- * @rc
11175
11156
  * Provides information about how healing has been applied to
11176
11157
  * an entity.
11177
11158
  */
@@ -11429,7 +11410,6 @@ export class EntityHurtAfterEvent {
11429
11410
  }
11430
11411
 
11431
11412
  /**
11432
- * @rc
11433
11413
  * Manages callbacks that are connected to when an entity is
11434
11414
  * hurt.
11435
11415
  */
@@ -11461,7 +11441,6 @@ export class EntityHurtAfterEventSignal {
11461
11441
  }
11462
11442
 
11463
11443
  /**
11464
- * @rc
11465
11444
  * Contains information related to an entity that will be hurt.
11466
11445
  */
11467
11446
  export class EntityHurtBeforeEvent {
@@ -11489,7 +11468,6 @@ export class EntityHurtBeforeEvent {
11489
11468
  }
11490
11469
 
11491
11470
  /**
11492
- * @rc
11493
11471
  * Manages callbacks that are connected to when an entity will
11494
11472
  * be hurt.
11495
11473
  */
@@ -11766,7 +11744,6 @@ export class EntityItemComponent extends EntityComponent {
11766
11744
  }
11767
11745
 
11768
11746
  /**
11769
- * @rc
11770
11747
  * Contains information related to an entity having dropped
11771
11748
  * items.
11772
11749
  */
@@ -11787,7 +11764,6 @@ export class EntityItemDropAfterEvent {
11787
11764
  }
11788
11765
 
11789
11766
  /**
11790
- * @rc
11791
11767
  * Manages callbacks that are connected to when an entity has
11792
11768
  * dropped items.
11793
11769
  */
@@ -11821,7 +11797,6 @@ export class EntityItemDropAfterEventSignal {
11821
11797
  }
11822
11798
 
11823
11799
  /**
11824
- * @rc
11825
11800
  * Contains information related to an entity having picked up
11826
11801
  * items.
11827
11802
  */
@@ -11842,7 +11817,6 @@ export class EntityItemPickupAfterEvent {
11842
11817
  }
11843
11818
 
11844
11819
  /**
11845
- * @rc
11846
11820
  * Manages callbacks that are connected to when an entity has
11847
11821
  * picked up items.
11848
11822
  */
@@ -11876,7 +11850,6 @@ export class EntityItemPickupAfterEventSignal {
11876
11850
  }
11877
11851
 
11878
11852
  /**
11879
- * @rc
11880
11853
  * Contains information related to an entity picking up an
11881
11854
  * item.
11882
11855
  */
@@ -11903,7 +11876,6 @@ export class EntityItemPickupBeforeEvent {
11903
11876
  }
11904
11877
 
11905
11878
  /**
11906
- * @rc
11907
11879
  * Manages callbacks that are connected to when an entity will
11908
11880
  * pick up an item.
11909
11881
  */
@@ -13343,7 +13315,6 @@ export class EntityType {
13343
13315
  */
13344
13316
  readonly id: string;
13345
13317
  /**
13346
- * @rc
13347
13318
  * @remarks
13348
13319
  * Key for the localization of this EntityType's name used in
13349
13320
  * .lang files.
@@ -13633,7 +13604,6 @@ export class FeedItem {
13633
13604
  */
13634
13605
  readonly item: string;
13635
13606
  /**
13636
- * @rc
13637
13607
  * @remarks
13638
13608
  * Type ID of the resulting item after feeding has occurred.
13639
13609
  * This will usually be empty but is used for scenarios such as
@@ -14697,7 +14667,6 @@ export class ItemDurabilityComponent extends ItemComponent {
14697
14667
  */
14698
14668
  readonly maxDurability: number;
14699
14669
  /**
14700
- * @rc
14701
14670
  * @remarks
14702
14671
  * Whether an item breaks or loses durability. Setting to true
14703
14672
  * temporarily removes item's durability HUD, and freezes
@@ -15862,7 +15831,6 @@ export class ItemType {
15862
15831
  */
15863
15832
  readonly id: string;
15864
15833
  /**
15865
- * @rc
15866
15834
  * @remarks
15867
15835
  * Key for the localization of this ItemType's name used in
15868
15836
  * .lang files.
@@ -16173,7 +16141,6 @@ export class LeverActionAfterEventSignal {
16173
16141
  }
16174
16142
 
16175
16143
  /**
16176
- * @rc
16177
16144
  * A spline that linearly interpolates between points.
16178
16145
  */
16179
16146
  export class LinearSpline {
@@ -21519,7 +21486,6 @@ export class TargetBlockHitAfterEventSignal {
21519
21486
  }
21520
21487
 
21521
21488
  /**
21522
- * @rc
21523
21489
  * This manager is used to add, remove or query temporary
21524
21490
  * ticking areas to a dimension. These ticking areas are
21525
21491
  * limited by a fixed amount of ticking chunks per pack
@@ -22093,7 +22059,6 @@ export class World {
22093
22059
  */
22094
22060
  readonly scoreboard: Scoreboard;
22095
22061
  /**
22096
- * @rc
22097
22062
  * @remarks
22098
22063
  * The world seed.
22099
22064
  *
@@ -22106,7 +22071,6 @@ export class World {
22106
22071
  */
22107
22072
  readonly structureManager: StructureManager;
22108
22073
  /**
22109
- * @rc
22110
22074
  * @remarks
22111
22075
  * Manager for adding, removing and querying pack specific
22112
22076
  * ticking areas.
@@ -22646,7 +22610,6 @@ export class WorldAfterEvents {
22646
22610
  */
22647
22611
  readonly entityDie: EntityDieAfterEventSignal;
22648
22612
  /**
22649
- * @rc
22650
22613
  * @remarks
22651
22614
  * This property can be read in early-execution mode.
22652
22615
  *
@@ -22679,7 +22642,6 @@ export class WorldAfterEvents {
22679
22642
  */
22680
22643
  readonly entityHitEntity: EntityHitEntityAfterEventSignal;
22681
22644
  /**
22682
- * @rc
22683
22645
  * @remarks
22684
22646
  * This event fires when an entity is hurt (takes damage).
22685
22647
  *
@@ -22688,7 +22650,6 @@ export class WorldAfterEvents {
22688
22650
  */
22689
22651
  readonly entityHurt: EntityHurtAfterEventSignal;
22690
22652
  /**
22691
- * @rc
22692
22653
  * @remarks
22693
22654
  * This event fires when an entity drops items.
22694
22655
  *
@@ -22697,7 +22658,6 @@ export class WorldAfterEvents {
22697
22658
  */
22698
22659
  readonly entityItemDrop: EntityItemDropAfterEventSignal;
22699
22660
  /**
22700
- * @rc
22701
22661
  * @remarks
22702
22662
  * This event fires when an entity picks up items.
22703
22663
  *
@@ -23107,21 +23067,18 @@ export class WorldBeforeEvents {
23107
23067
  */
23108
23068
  readonly effectAdd: EffectAddBeforeEventSignal;
23109
23069
  /**
23110
- * @rc
23111
23070
  * @remarks
23112
23071
  * This property can be read in early-execution mode.
23113
23072
  *
23114
23073
  */
23115
23074
  readonly entityHeal: EntityHealBeforeEventSignal;
23116
23075
  /**
23117
- * @rc
23118
23076
  * @remarks
23119
23077
  * This property can be read in early-execution mode.
23120
23078
  *
23121
23079
  */
23122
23080
  readonly entityHurt: EntityHurtBeforeEventSignal;
23123
23081
  /**
23124
- * @rc
23125
23082
  * @remarks
23126
23083
  * This event fires before an entity picks up an item.
23127
23084
  *
@@ -23255,7 +23212,6 @@ export interface AABB {
23255
23212
  }
23256
23213
 
23257
23214
  /**
23258
- * @rc
23259
23215
  * Used to create camera animations.
23260
23216
  */
23261
23217
  export interface AnimationOptions {
@@ -23273,9 +23229,6 @@ export interface AnimationOptions {
23273
23229
  totalTimeSeconds: number;
23274
23230
  }
23275
23231
 
23276
- /**
23277
- * @rc
23278
- */
23279
23232
  export interface BiomeFilter {
23280
23233
  excludeBiomes?: string[];
23281
23234
  excludeTags?: string[];
@@ -23356,7 +23309,6 @@ export interface BlockCustomComponent {
23356
23309
  */
23357
23310
  onBreak?: (arg0: BlockComponentBlockBreakEvent, arg1: CustomComponentParameters) => void;
23358
23311
  /**
23359
- * @rc
23360
23312
  * @remarks
23361
23313
  * This function will be called when an entity fires an event
23362
23314
  * to this block in the world.
@@ -23596,7 +23548,6 @@ export interface BlockRaycastOptions extends BlockFilter {
23596
23548
  }
23597
23549
 
23598
23550
  /**
23599
- * @rc
23600
23551
  * Used to attach the camera to a non player entity.
23601
23552
  */
23602
23553
  export interface CameraAttachOptions {
@@ -24242,7 +24193,6 @@ export interface EntityFilter {
24242
24193
  }
24243
24194
 
24244
24195
  /**
24245
- * @rc
24246
24196
  * Contains optional parameters for registering an entity heal
24247
24197
  * event.
24248
24198
  */
@@ -24277,7 +24227,6 @@ export interface EntityHitInformation {
24277
24227
  }
24278
24228
 
24279
24229
  /**
24280
- * @rc
24281
24230
  * Contains optional parameters for registering an entity hurt
24282
24231
  * after event.
24283
24232
  */
@@ -24313,7 +24262,6 @@ export interface EntityHurtAfterEventOptions {
24313
24262
  }
24314
24263
 
24315
24264
  /**
24316
- * @rc
24317
24265
  * Contains optional parameters for registering an entity hurt
24318
24266
  * before event.
24319
24267
  */
@@ -24335,7 +24283,6 @@ export interface EntityHurtBeforeEventOptions {
24335
24283
  }
24336
24284
 
24337
24285
  /**
24338
- * @rc
24339
24286
  * An interface that is passed into {@link
24340
24287
  * @minecraft/Server.EntityItemDropAfterEventSignal.subscribe}
24341
24288
  * that filters out which events are passed to the provided
@@ -24359,7 +24306,6 @@ export interface EntityItemDropEventOptions {
24359
24306
  }
24360
24307
 
24361
24308
  /**
24362
- * @rc
24363
24309
  * An interface that is passed into {@link
24364
24310
  * @minecraft/Server.EntityItemPickupAfterEventSignal.subscribe}
24365
24311
  * and {@link
@@ -25015,7 +24961,6 @@ export interface ItemCustomComponent {
25015
24961
  }
25016
24962
 
25017
24963
  /**
25018
- * @rc
25019
24964
  * Contains options for filtering items.
25020
24965
  */
25021
24966
  export interface ItemFilter {
@@ -25306,7 +25251,6 @@ export interface PlayerVisibilityRules extends EntityVisibilityRules {
25306
25251
  }
25307
25252
 
25308
25253
  /**
25309
- * @rc
25310
25254
  * Key frame that holds the progress of the camera animation.
25311
25255
  */
25312
25256
  export interface ProgressKeyFrame {
@@ -25573,7 +25517,6 @@ export interface RGBA extends RGB {
25573
25517
  }
25574
25518
 
25575
25519
  /**
25576
- * @rc
25577
25520
  * Key frame that holds the rotation of the camera animation.
25578
25521
  */
25579
25522
  export interface RotationKeyFrame {
@@ -25660,7 +25603,6 @@ export interface SpawnEntityOptions {
25660
25603
  }
25661
25604
 
25662
25605
  /**
25663
- * @rc
25664
25606
  * Collection of key frames for camera animation.
25665
25607
  */
25666
25608
  export interface SplineAnimation {
@@ -25859,7 +25801,6 @@ export interface TeleportOptions {
25859
25801
  }
25860
25802
 
25861
25803
  /**
25862
- * @rc
25863
25804
  * A context which provides information about a specific
25864
25805
  * ticking area.
25865
25806
  */
@@ -25899,7 +25840,6 @@ export interface TickingArea {
25899
25840
  }
25900
25841
 
25901
25842
  /**
25902
- * @rc
25903
25843
  * Options to create a ticking area using the {@link
25904
25844
  * TickingAreaManager}.
25905
25845
  */
@@ -26442,7 +26382,6 @@ export class RawMessageError extends Error {
26442
26382
  }
26443
26383
 
26444
26384
  /**
26445
- * @rc
26446
26385
  * The error returned from invalid {@link TickingAreaManager}
26447
26386
  * method calls.
26448
26387
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/server",
3
- "version": "2.7.0-beta.1.26.10-preview.27",
3
+ "version": "2.7.0-beta.1.26.12-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.10-preview.27"
17
+ "@minecraft/vanilla-data": ">=1.20.70"
18
18
  },
19
19
  "license": "MIT"
20
20
  }