@minecraft/server 2.8.0-beta.1.26.20-preview.28 → 2.8.0-beta.1.26.21-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 -5
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -3895,14 +3895,12 @@ export class BiomeType {
|
|
|
3895
3895
|
*/
|
|
3896
3896
|
readonly id: string;
|
|
3897
3897
|
/**
|
|
3898
|
-
* @rc
|
|
3899
3898
|
* @remarks
|
|
3900
3899
|
* Returns a list of the biome's tags.
|
|
3901
3900
|
*
|
|
3902
3901
|
*/
|
|
3903
3902
|
getTags(): string[];
|
|
3904
3903
|
/**
|
|
3905
|
-
* @rc
|
|
3906
3904
|
* @remarks
|
|
3907
3905
|
* Checks if the biome has all of the provided tags.
|
|
3908
3906
|
*
|
|
@@ -3913,7 +3911,6 @@ export class BiomeType {
|
|
|
3913
3911
|
}
|
|
3914
3912
|
|
|
3915
3913
|
/**
|
|
3916
|
-
* @rc
|
|
3917
3914
|
* Supports a catalog of available biome types registered
|
|
3918
3915
|
* within Minecraft.
|
|
3919
3916
|
*/
|
|
@@ -9632,7 +9629,6 @@ export class Entity {
|
|
|
9632
9629
|
*/
|
|
9633
9630
|
addEffect(effectType: EffectType | string, duration: number, options?: EntityEffectOptions): Effect | undefined;
|
|
9634
9631
|
/**
|
|
9635
|
-
* @rc
|
|
9636
9632
|
* @remarks
|
|
9637
9633
|
* Adds an item to the entity's inventory.
|
|
9638
9634
|
*
|
|
@@ -27051,7 +27047,6 @@ export class InvalidContainerSlotError extends Error {
|
|
|
27051
27047
|
}
|
|
27052
27048
|
|
|
27053
27049
|
/**
|
|
27054
|
-
* @rc
|
|
27055
27050
|
* This error can occur when accessing components on an entity
|
|
27056
27051
|
* that doesn't have them.
|
|
27057
27052
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft/server",
|
|
3
|
-
"version": "2.8.0-beta.1.26.
|
|
3
|
+
"version": "2.8.0-beta.1.26.21-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
|
}
|