@minecraft/server 2.3.0-beta.1.21.110-preview.26 → 2.3.0-beta.1.21.111-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 -12
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -133,7 +133,6 @@ export enum BlockVolumeIntersection {
|
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
/**
|
|
136
|
-
* @rc
|
|
137
136
|
* An enum of error reasons relating to using {@link
|
|
138
137
|
* ItemBookComponent}.
|
|
139
138
|
*/
|
|
@@ -2096,7 +2095,6 @@ export enum InputPermissionCategory {
|
|
|
2096
2095
|
*/
|
|
2097
2096
|
export enum ItemComponentTypes {
|
|
2098
2097
|
/**
|
|
2099
|
-
* @rc
|
|
2100
2098
|
* @remarks
|
|
2101
2099
|
* The minecraft:book component.
|
|
2102
2100
|
*
|
|
@@ -5762,7 +5760,6 @@ export class Camera {
|
|
|
5762
5760
|
*/
|
|
5763
5761
|
setDefaultCamera(cameraPreset: string, easeOptions?: EaseOptions): void;
|
|
5764
5762
|
/**
|
|
5765
|
-
* @rc
|
|
5766
5763
|
* @remarks
|
|
5767
5764
|
* This function can't be called in read-only mode.
|
|
5768
5765
|
*
|
|
@@ -6848,7 +6845,6 @@ export class ContainerSlot {
|
|
|
6848
6845
|
*/
|
|
6849
6846
|
getLore(): string[];
|
|
6850
6847
|
/**
|
|
6851
|
-
* @rc
|
|
6852
6848
|
* @remarks
|
|
6853
6849
|
* Returns the lore value - a secondary display string - for an
|
|
6854
6850
|
* ItemStack. String lore lines will be converted to a {@link
|
|
@@ -12627,7 +12623,6 @@ export class InputInfo {
|
|
|
12627
12623
|
}
|
|
12628
12624
|
|
|
12629
12625
|
/**
|
|
12630
|
-
* @rc
|
|
12631
12626
|
* When present on an item, this item is a book item. Can
|
|
12632
12627
|
* access and modify the contents of the book and sign it.
|
|
12633
12628
|
*/
|
|
@@ -13940,7 +13935,6 @@ export class ItemStack {
|
|
|
13940
13935
|
*/
|
|
13941
13936
|
getLore(): string[];
|
|
13942
13937
|
/**
|
|
13943
|
-
* @rc
|
|
13944
13938
|
* @remarks
|
|
13945
13939
|
* Returns the lore value - a secondary display string - for an
|
|
13946
13940
|
* ItemStack. String lore lines will be converted to a {@link
|
|
@@ -14870,7 +14864,6 @@ export class LootTableEntry extends LootPoolEntry {
|
|
|
14870
14864
|
}
|
|
14871
14865
|
|
|
14872
14866
|
/**
|
|
14873
|
-
* @rc
|
|
14874
14867
|
* Manager for Loot Table related APIs. Allows for generation
|
|
14875
14868
|
* of drops from blocks and entities according to their loot
|
|
14876
14869
|
* tables.
|
|
@@ -19742,7 +19735,6 @@ export class World {
|
|
|
19742
19735
|
*/
|
|
19743
19736
|
getEntity(id: string): Entity | undefined;
|
|
19744
19737
|
/**
|
|
19745
|
-
* @rc
|
|
19746
19738
|
* @remarks
|
|
19747
19739
|
* Returns a manager capable of generating loot from an
|
|
19748
19740
|
* assortment of sources.
|
|
@@ -20954,7 +20946,6 @@ export interface CameraFixedBoomOptions {
|
|
|
20954
20946
|
}
|
|
20955
20947
|
|
|
20956
20948
|
/**
|
|
20957
|
-
* @rc
|
|
20958
20949
|
* Used to change the field of view of the current camera.
|
|
20959
20950
|
*/
|
|
20960
20951
|
export interface CameraFovOptions {
|
|
@@ -22977,7 +22968,6 @@ export class BlockCustomComponentReloadVersionError extends Error {
|
|
|
22977
22968
|
}
|
|
22978
22969
|
|
|
22979
22970
|
/**
|
|
22980
|
-
* @rc
|
|
22981
22971
|
* Errors that can be thrown when using {@link
|
|
22982
22972
|
* ItemBookComponent}.
|
|
22983
22973
|
*/
|
|
@@ -22995,7 +22985,6 @@ export class BookError extends Error {
|
|
|
22995
22985
|
}
|
|
22996
22986
|
|
|
22997
22987
|
/**
|
|
22998
|
-
* @rc
|
|
22999
22988
|
* The error called if page content being set on an {@link
|
|
23000
22989
|
* ItemBookComponent} are invalid ie. exceeding the maximum
|
|
23001
22990
|
* page length.
|
|
@@ -23140,7 +23129,6 @@ export class InvalidEntityError extends Error {
|
|
|
23140
23129
|
}
|
|
23141
23130
|
|
|
23142
23131
|
/**
|
|
23143
|
-
* @rc
|
|
23144
23132
|
* The error called when an item is invalid. This can occur
|
|
23145
23133
|
* when accessing components on a removed item.
|
|
23146
23134
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft/server",
|
|
3
|
-
"version": "2.3.0-beta.1.21.
|
|
3
|
+
"version": "2.3.0-beta.1.21.111-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
|
|
17
|
+
"@minecraft/vanilla-data": ">=1.20.70"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT"
|
|
20
20
|
}
|