@minecraft/server 1.17.0-beta.1.21.50-preview.29 → 1.17.0-beta.1.21.50-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 -17
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -29,9 +29,6 @@ import type * as minecraftvanilladata from '@minecraft/vanilla-data';
|
|
|
29
29
|
* function Block.getComponent.
|
|
30
30
|
*/
|
|
31
31
|
export enum BlockComponentTypes {
|
|
32
|
-
/**
|
|
33
|
-
* @rc
|
|
34
|
-
*/
|
|
35
32
|
FluidContainer = 'minecraft:fluidContainer',
|
|
36
33
|
/**
|
|
37
34
|
* @remarks
|
|
@@ -1823,7 +1820,6 @@ export enum ItemLockMode {
|
|
|
1823
1820
|
}
|
|
1824
1821
|
|
|
1825
1822
|
/**
|
|
1826
|
-
* @rc
|
|
1827
1823
|
* Describes the memory of a device.
|
|
1828
1824
|
*/
|
|
1829
1825
|
export enum MemoryTier {
|
|
@@ -2047,7 +2043,6 @@ export enum PaletteColor {
|
|
|
2047
2043
|
}
|
|
2048
2044
|
|
|
2049
2045
|
/**
|
|
2050
|
-
* @rc
|
|
2051
2046
|
* Describes what kind of platform is a device.
|
|
2052
2047
|
*/
|
|
2053
2048
|
export enum PlatformType {
|
|
@@ -3343,7 +3338,6 @@ export class BlockExplodeAfterEventSignal {
|
|
|
3343
3338
|
}
|
|
3344
3339
|
|
|
3345
3340
|
/**
|
|
3346
|
-
* @rc
|
|
3347
3341
|
* Represents the fluid container of a block in the world. Used
|
|
3348
3342
|
* with blocks like cauldrons.
|
|
3349
3343
|
*/
|
|
@@ -4684,7 +4678,6 @@ export class ChatSendBeforeEventSignal {
|
|
|
4684
4678
|
}
|
|
4685
4679
|
|
|
4686
4680
|
/**
|
|
4687
|
-
* @rc
|
|
4688
4681
|
* Contains the device information for a client instance.
|
|
4689
4682
|
*/
|
|
4690
4683
|
// @ts-ignore Class inheritance allowed for native defined classes
|
|
@@ -5747,7 +5740,6 @@ export class Dimension {
|
|
|
5747
5740
|
*/
|
|
5748
5741
|
readonly id: string;
|
|
5749
5742
|
/**
|
|
5750
|
-
* @rc
|
|
5751
5743
|
* @remarks
|
|
5752
5744
|
* Searches the block volume for a block that satisfies the
|
|
5753
5745
|
* block filter.
|
|
@@ -5833,7 +5825,6 @@ export class Dimension {
|
|
|
5833
5825
|
*/
|
|
5834
5826
|
createExplosion(location: Vector3, radius: number, explosionOptions?: ExplosionOptions): boolean;
|
|
5835
5827
|
/**
|
|
5836
|
-
* @rc
|
|
5837
5828
|
* @remarks
|
|
5838
5829
|
* Fills an area of blocks with a specific block type.
|
|
5839
5830
|
*
|
|
@@ -5944,7 +5935,6 @@ export class Dimension {
|
|
|
5944
5935
|
*/
|
|
5945
5936
|
getBlockFromRay(location: Vector3, direction: Vector3, options?: BlockRaycastOptions): BlockRaycastHit | undefined;
|
|
5946
5937
|
/**
|
|
5947
|
-
* @rc
|
|
5948
5938
|
* @remarks
|
|
5949
5939
|
* Gets all the blocks in a volume that satisfy the filter.
|
|
5950
5940
|
*
|
|
@@ -10486,7 +10476,6 @@ export class FilterGroup {
|
|
|
10486
10476
|
}
|
|
10487
10477
|
|
|
10488
10478
|
/**
|
|
10489
|
-
* @rc
|
|
10490
10479
|
* Represents constants related to fluid containers.
|
|
10491
10480
|
*/
|
|
10492
10481
|
export class FluidContainer {
|
|
@@ -12609,7 +12598,6 @@ export class ItemUseOnAfterEvent {
|
|
|
12609
12598
|
*/
|
|
12610
12599
|
readonly faceLocation: Vector3;
|
|
12611
12600
|
/**
|
|
12612
|
-
* @rc
|
|
12613
12601
|
* @remarks
|
|
12614
12602
|
* This value will be true if the event was triggered on
|
|
12615
12603
|
* players initial interaction button press and false on events
|
|
@@ -13147,7 +13135,6 @@ export class Player extends Entity {
|
|
|
13147
13135
|
*/
|
|
13148
13136
|
readonly camera: Camera;
|
|
13149
13137
|
/**
|
|
13150
|
-
* @rc
|
|
13151
13138
|
* @remarks
|
|
13152
13139
|
* Contains the player's device information.
|
|
13153
13140
|
*
|
|
@@ -16199,7 +16186,6 @@ export class System {
|
|
|
16199
16186
|
*/
|
|
16200
16187
|
readonly currentTick: number;
|
|
16201
16188
|
/**
|
|
16202
|
-
* @rc
|
|
16203
16189
|
* @remarks
|
|
16204
16190
|
* Contains the device information for the server.
|
|
16205
16191
|
*
|
|
@@ -16395,7 +16381,6 @@ export class SystemBeforeEvents {
|
|
|
16395
16381
|
}
|
|
16396
16382
|
|
|
16397
16383
|
/**
|
|
16398
|
-
* @rc
|
|
16399
16384
|
* Contains device information, like memory tier.
|
|
16400
16385
|
*/
|
|
16401
16386
|
export class SystemInfo {
|
|
@@ -17921,7 +17906,6 @@ export interface BlockEventOptions {
|
|
|
17921
17906
|
}
|
|
17922
17907
|
|
|
17923
17908
|
/**
|
|
17924
|
-
* @rc
|
|
17925
17909
|
* Contains additional options for a block fill operation.
|
|
17926
17910
|
*/
|
|
17927
17911
|
export interface BlockFillOptions {
|
|
@@ -20017,7 +20001,6 @@ export class PlaceJigsawError extends Error {
|
|
|
20017
20001
|
}
|
|
20018
20002
|
|
|
20019
20003
|
/**
|
|
20020
|
-
* @rc
|
|
20021
20004
|
* Error thrown when the specified area contains one or more
|
|
20022
20005
|
* unloaded chunks.
|
|
20023
20006
|
*/
|