@minecraft/server-graphics 1.0.0-beta.1.26.30-preview.26 → 1.0.0-beta.1.26.30-preview.27
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 +11 -9
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ export class BiomeAtmospherics {
|
|
|
32
32
|
/**
|
|
33
33
|
* @remarks
|
|
34
34
|
* Resets the horizon blend max to the value set by resource
|
|
35
|
-
* packs
|
|
35
|
+
* packs or via the 'setHorizonBlendMax' API in behavior packs
|
|
36
36
|
*
|
|
37
37
|
* This function can't be called in restricted-execution mode.
|
|
38
38
|
*
|
|
@@ -44,7 +44,8 @@ export class BiomeAtmospherics {
|
|
|
44
44
|
/**
|
|
45
45
|
* @remarks
|
|
46
46
|
* Resets the horizon blend mie start to the value set by
|
|
47
|
-
* resource packs
|
|
47
|
+
* resource packs or via the 'setHorizonBlendMieStart' API in
|
|
48
|
+
* behavior packs
|
|
48
49
|
*
|
|
49
50
|
* This function can't be called in restricted-execution mode.
|
|
50
51
|
*
|
|
@@ -56,7 +57,7 @@ export class BiomeAtmospherics {
|
|
|
56
57
|
/**
|
|
57
58
|
* @remarks
|
|
58
59
|
* Resets the horizon blend min to the value set by resource
|
|
59
|
-
* packs
|
|
60
|
+
* packs or via the 'setHorizonBlendMin' API in behavior packs
|
|
60
61
|
*
|
|
61
62
|
* This function can't be called in restricted-execution mode.
|
|
62
63
|
*
|
|
@@ -68,6 +69,7 @@ export class BiomeAtmospherics {
|
|
|
68
69
|
/**
|
|
69
70
|
* @remarks
|
|
70
71
|
* Resets the horizon blend start to the value set by resource
|
|
72
|
+
* packs or via the 'setHorizonBlendStart' API in behavior
|
|
71
73
|
* packs
|
|
72
74
|
*
|
|
73
75
|
* This function can't be called in restricted-execution mode.
|
|
@@ -80,7 +82,7 @@ export class BiomeAtmospherics {
|
|
|
80
82
|
/**
|
|
81
83
|
* @remarks
|
|
82
84
|
* Resets the moon mie strength to the value set by resource
|
|
83
|
-
* packs
|
|
85
|
+
* packs or via the 'setMoonMieStrength' API in behavior packs
|
|
84
86
|
*
|
|
85
87
|
* This function can't be called in restricted-execution mode.
|
|
86
88
|
*
|
|
@@ -92,7 +94,7 @@ export class BiomeAtmospherics {
|
|
|
92
94
|
/**
|
|
93
95
|
* @remarks
|
|
94
96
|
* Resets the rayleigh strength to the value set by resource
|
|
95
|
-
* packs
|
|
97
|
+
* packs or via the 'setRayleighStrength' API in behavior packs
|
|
96
98
|
*
|
|
97
99
|
* This function can't be called in restricted-execution mode.
|
|
98
100
|
*
|
|
@@ -104,7 +106,7 @@ export class BiomeAtmospherics {
|
|
|
104
106
|
/**
|
|
105
107
|
* @remarks
|
|
106
108
|
* Resets the sky horizon color to the color set by resource
|
|
107
|
-
* packs
|
|
109
|
+
* packs or via the 'setSkyHorizonColor' API in behavior packs
|
|
108
110
|
*
|
|
109
111
|
* This function can't be called in restricted-execution mode.
|
|
110
112
|
*
|
|
@@ -116,7 +118,7 @@ export class BiomeAtmospherics {
|
|
|
116
118
|
/**
|
|
117
119
|
* @remarks
|
|
118
120
|
* Resets the sky zenith color to the color set by resource
|
|
119
|
-
* packs
|
|
121
|
+
* packs or via the 'setSkyZenithColor' API in behavior packs
|
|
120
122
|
*
|
|
121
123
|
* This function can't be called in restricted-execution mode.
|
|
122
124
|
*
|
|
@@ -128,7 +130,7 @@ export class BiomeAtmospherics {
|
|
|
128
130
|
/**
|
|
129
131
|
* @remarks
|
|
130
132
|
* Resets the sun glare shape to the value set by resource
|
|
131
|
-
* packs
|
|
133
|
+
* packs or via the 'setSunGlareShape' API in behavior packs
|
|
132
134
|
*
|
|
133
135
|
* This function can't be called in restricted-execution mode.
|
|
134
136
|
*
|
|
@@ -140,7 +142,7 @@ export class BiomeAtmospherics {
|
|
|
140
142
|
/**
|
|
141
143
|
* @remarks
|
|
142
144
|
* Resets the sun mie strength to the value set by resource
|
|
143
|
-
* packs
|
|
145
|
+
* packs or via the 'setSunMieStrength' API in behavior packs
|
|
144
146
|
*
|
|
145
147
|
* This function can't be called in restricted-execution mode.
|
|
146
148
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft/server-graphics",
|
|
3
|
-
"version": "1.0.0-beta.1.26.30-preview.
|
|
3
|
+
"version": "1.0.0-beta.1.26.30-preview.27",
|
|
4
4
|
"description": "",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
],
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"@minecraft/common": "^1.0.0",
|
|
17
|
-
"@minecraft/server": "^1.17.0 || ^2.0.0 || ^2.9.0-beta.1.26.30-preview.
|
|
17
|
+
"@minecraft/server": "^1.17.0 || ^2.0.0 || ^2.9.0-beta.1.26.30-preview.27"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT"
|
|
20
20
|
}
|