@minecraft/server 1.15.0-beta.1.21.30-preview.25 → 1.15.0-beta.1.21.31-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.
- package/index.d.ts +0 -28
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -58,7 +58,6 @@ export enum BlockComponentTypes {
|
|
|
58
58
|
*/
|
|
59
59
|
PotionContainer = 'minecraft:potionContainer',
|
|
60
60
|
/**
|
|
61
|
-
* @rc
|
|
62
61
|
* @remarks
|
|
63
62
|
* Represents a block that can play a record.
|
|
64
63
|
*
|
|
@@ -521,9 +520,6 @@ export enum EntityComponentTypes {
|
|
|
521
520
|
*
|
|
522
521
|
*/
|
|
523
522
|
Color2 = 'minecraft:color2',
|
|
524
|
-
/**
|
|
525
|
-
* @rc
|
|
526
|
-
*/
|
|
527
523
|
CursorInventory = 'minecraft:cursor_inventory',
|
|
528
524
|
/**
|
|
529
525
|
* @remarks
|
|
@@ -3486,7 +3482,6 @@ export class BlockPotionContainerComponent extends BlockLiquidContainerComponent
|
|
|
3486
3482
|
}
|
|
3487
3483
|
|
|
3488
3484
|
/**
|
|
3489
|
-
* @rc
|
|
3490
3485
|
* Represents a block that can play a record.
|
|
3491
3486
|
*/
|
|
3492
3487
|
// @ts-ignore Class inheritance allowed for native defined classes
|
|
@@ -12824,7 +12819,6 @@ export class PlayerBreakBlockBeforeEventSignal {
|
|
|
12824
12819
|
}
|
|
12825
12820
|
|
|
12826
12821
|
/**
|
|
12827
|
-
* @rc
|
|
12828
12822
|
* Represents the players cursor inventory. Used when moving
|
|
12829
12823
|
* items between between containers in the inventory UI. Not
|
|
12830
12824
|
* used with touch controls.
|
|
@@ -12916,18 +12910,12 @@ export class PlayerDimensionChangeAfterEventSignal {
|
|
|
12916
12910
|
unsubscribe(callback: (arg: PlayerDimensionChangeAfterEvent) => void): void;
|
|
12917
12911
|
}
|
|
12918
12912
|
|
|
12919
|
-
/**
|
|
12920
|
-
* @rc
|
|
12921
|
-
*/
|
|
12922
12913
|
export class PlayerEmoteAfterEvent {
|
|
12923
12914
|
private constructor();
|
|
12924
12915
|
readonly personaPieceId: string;
|
|
12925
12916
|
readonly player: Player;
|
|
12926
12917
|
}
|
|
12927
12918
|
|
|
12928
|
-
/**
|
|
12929
|
-
* @rc
|
|
12930
|
-
*/
|
|
12931
12919
|
export class PlayerEmoteAfterEventSignal {
|
|
12932
12920
|
private constructor();
|
|
12933
12921
|
/**
|
|
@@ -16133,9 +16121,6 @@ export class WorldAfterEvents {
|
|
|
16133
16121
|
*
|
|
16134
16122
|
*/
|
|
16135
16123
|
readonly playerDimensionChange: PlayerDimensionChangeAfterEventSignal;
|
|
16136
|
-
/**
|
|
16137
|
-
* @rc
|
|
16138
|
-
*/
|
|
16139
16124
|
readonly playerEmote: PlayerEmoteAfterEventSignal;
|
|
16140
16125
|
readonly playerGameModeChange: PlayerGameModeChangeAfterEventSignal;
|
|
16141
16126
|
/**
|
|
@@ -17137,9 +17122,6 @@ export interface EntityFilter {
|
|
|
17137
17122
|
*
|
|
17138
17123
|
*/
|
|
17139
17124
|
name?: string;
|
|
17140
|
-
/**
|
|
17141
|
-
* @rc
|
|
17142
|
-
*/
|
|
17143
17125
|
propertyOptions?: EntityQueryPropertyOptions[];
|
|
17144
17126
|
/**
|
|
17145
17127
|
* @remarks
|
|
@@ -17393,9 +17375,6 @@ export interface EntityQueryOptions extends EntityFilter {
|
|
|
17393
17375
|
volume?: Vector3;
|
|
17394
17376
|
}
|
|
17395
17377
|
|
|
17396
|
-
/**
|
|
17397
|
-
* @rc
|
|
17398
|
-
*/
|
|
17399
17378
|
export interface EntityQueryPropertyOptions {
|
|
17400
17379
|
exclude?: boolean;
|
|
17401
17380
|
propertyId: string;
|
|
@@ -17498,7 +17477,6 @@ export interface EntityRaycastOptions extends EntityFilter {
|
|
|
17498
17477
|
}
|
|
17499
17478
|
|
|
17500
17479
|
/**
|
|
17501
|
-
* @rc
|
|
17502
17480
|
* Equal to operator.
|
|
17503
17481
|
*/
|
|
17504
17482
|
export interface EqualsComparison {
|
|
@@ -17560,7 +17538,6 @@ export interface ExplosionOptions {
|
|
|
17560
17538
|
}
|
|
17561
17539
|
|
|
17562
17540
|
/**
|
|
17563
|
-
* @rc
|
|
17564
17541
|
* Greater than operator.
|
|
17565
17542
|
*/
|
|
17566
17543
|
export interface GreaterThanComparison {
|
|
@@ -17573,7 +17550,6 @@ export interface GreaterThanComparison {
|
|
|
17573
17550
|
}
|
|
17574
17551
|
|
|
17575
17552
|
/**
|
|
17576
|
-
* @rc
|
|
17577
17553
|
* Greater than or equal to operator.
|
|
17578
17554
|
*/
|
|
17579
17555
|
export interface GreaterThanOrEqualsComparison {
|
|
@@ -17643,7 +17619,6 @@ export interface ItemCustomComponent {
|
|
|
17643
17619
|
}
|
|
17644
17620
|
|
|
17645
17621
|
/**
|
|
17646
|
-
* @rc
|
|
17647
17622
|
* Less than operator.
|
|
17648
17623
|
*/
|
|
17649
17624
|
export interface LessThanComparison {
|
|
@@ -17656,7 +17631,6 @@ export interface LessThanComparison {
|
|
|
17656
17631
|
}
|
|
17657
17632
|
|
|
17658
17633
|
/**
|
|
17659
|
-
* @rc
|
|
17660
17634
|
* Less than or equal to operator.
|
|
17661
17635
|
*/
|
|
17662
17636
|
export interface LessThanOrEqualsComparison {
|
|
@@ -17694,7 +17668,6 @@ export interface MusicOptions {
|
|
|
17694
17668
|
}
|
|
17695
17669
|
|
|
17696
17670
|
/**
|
|
17697
|
-
* @rc
|
|
17698
17671
|
* Not equal to operator.
|
|
17699
17672
|
*/
|
|
17700
17673
|
export interface NotEqualsComparison {
|
|
@@ -17813,7 +17786,6 @@ export interface ProjectileShootOptions {
|
|
|
17813
17786
|
}
|
|
17814
17787
|
|
|
17815
17788
|
/**
|
|
17816
|
-
* @rc
|
|
17817
17789
|
* Operator represents a lower/upper bound structure for
|
|
17818
17790
|
* expressing a potential range of numbers.
|
|
17819
17791
|
*/
|