@minecraft/server-graphics 1.0.0-beta.1.26.0-preview.24 → 1.0.0-beta.1.26.0-preview.26
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/README.md +8 -8
- package/index.d.ts +20 -20
- package/package.json +19 -19
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# `@minecraft/server-graphics`
|
|
2
|
-
|
|
3
|
-
The `@minecraft/server-graphics` module contains APIs to change graphics and rendering settings.
|
|
4
|
-
|
|
5
|
-
## **NOTE: This version of this module is still in pre-release. It may change or it may be removed in future releases.**
|
|
6
|
-
|
|
7
|
-
See full documentation for this module here:
|
|
8
|
-
|
|
1
|
+
# `@minecraft/server-graphics`
|
|
2
|
+
|
|
3
|
+
The `@minecraft/server-graphics` module contains APIs to change graphics and rendering settings.
|
|
4
|
+
|
|
5
|
+
## **NOTE: This version of this module is still in pre-release. It may change or it may be removed in future releases.**
|
|
6
|
+
|
|
7
|
+
See full documentation for this module here:
|
|
8
|
+
|
|
9
9
|
https://learn.microsoft.com/en-us/minecraft/creator/scriptapi/minecraft/server-graphics/minecraft-server-graphics
|
package/index.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export class Atmospherics {
|
|
|
33
33
|
* Resets the horizon blend max to the value set by resource
|
|
34
34
|
* packs
|
|
35
35
|
*
|
|
36
|
-
* This function can't be called in
|
|
36
|
+
* This function can't be called in restricted-execution mode.
|
|
37
37
|
*
|
|
38
38
|
* @param biomeIdentifier
|
|
39
39
|
* Biome Identifier. If the corresponding biome has had its
|
|
@@ -50,7 +50,7 @@ export class Atmospherics {
|
|
|
50
50
|
* Resets the horizon blend mie start to the value set by
|
|
51
51
|
* resource packs
|
|
52
52
|
*
|
|
53
|
-
* This function can't be called in
|
|
53
|
+
* This function can't be called in restricted-execution mode.
|
|
54
54
|
*
|
|
55
55
|
* @param biomeIdentifier
|
|
56
56
|
* Biome Identifier. If the corresponding biome has had its
|
|
@@ -67,7 +67,7 @@ export class Atmospherics {
|
|
|
67
67
|
* Resets the horizon blend min to the value set by resource
|
|
68
68
|
* packs
|
|
69
69
|
*
|
|
70
|
-
* This function can't be called in
|
|
70
|
+
* This function can't be called in restricted-execution mode.
|
|
71
71
|
*
|
|
72
72
|
* @param biomeIdentifier
|
|
73
73
|
* Biome Identifier. If the corresponding biome has had its
|
|
@@ -84,7 +84,7 @@ export class Atmospherics {
|
|
|
84
84
|
* Resets the horizon blend start to the value set by resource
|
|
85
85
|
* packs
|
|
86
86
|
*
|
|
87
|
-
* This function can't be called in
|
|
87
|
+
* This function can't be called in restricted-execution mode.
|
|
88
88
|
*
|
|
89
89
|
* @param biomeIdentifier
|
|
90
90
|
* Biome Identifier. If the corresponding biome has had its
|
|
@@ -101,7 +101,7 @@ export class Atmospherics {
|
|
|
101
101
|
* Resets the moon mie strength to the value set by resource
|
|
102
102
|
* packs
|
|
103
103
|
*
|
|
104
|
-
* This function can't be called in
|
|
104
|
+
* This function can't be called in restricted-execution mode.
|
|
105
105
|
*
|
|
106
106
|
* @param biomeIdentifier
|
|
107
107
|
* Biome Identifier. If the corresponding biome has had its
|
|
@@ -118,7 +118,7 @@ export class Atmospherics {
|
|
|
118
118
|
* Resets the rayleigh strength to the value set by resource
|
|
119
119
|
* packs
|
|
120
120
|
*
|
|
121
|
-
* This function can't be called in
|
|
121
|
+
* This function can't be called in restricted-execution mode.
|
|
122
122
|
*
|
|
123
123
|
* @param biomeIdentifier
|
|
124
124
|
* Biome Identifier. If the corresponding biome has had its
|
|
@@ -135,7 +135,7 @@ export class Atmospherics {
|
|
|
135
135
|
* Resets the sky horizon color to the color set by resource
|
|
136
136
|
* packs
|
|
137
137
|
*
|
|
138
|
-
* This function can't be called in
|
|
138
|
+
* This function can't be called in restricted-execution mode.
|
|
139
139
|
*
|
|
140
140
|
* @param biomeIdentifier
|
|
141
141
|
* Biome Identifier. If the corresponding biome has had its sky
|
|
@@ -152,7 +152,7 @@ export class Atmospherics {
|
|
|
152
152
|
* Resets the sky zenith color to the color set by resource
|
|
153
153
|
* packs
|
|
154
154
|
*
|
|
155
|
-
* This function can't be called in
|
|
155
|
+
* This function can't be called in restricted-execution mode.
|
|
156
156
|
*
|
|
157
157
|
* @param biomeIdentifier
|
|
158
158
|
* Biome Identifier. If the corresponding biome has had its sky
|
|
@@ -169,7 +169,7 @@ export class Atmospherics {
|
|
|
169
169
|
* Resets the sun glare shape to the value set by resource
|
|
170
170
|
* packs
|
|
171
171
|
*
|
|
172
|
-
* This function can't be called in
|
|
172
|
+
* This function can't be called in restricted-execution mode.
|
|
173
173
|
*
|
|
174
174
|
* @param biomeIdentifier
|
|
175
175
|
* Biome Identifier. If the corresponding biome has had its sun
|
|
@@ -186,7 +186,7 @@ export class Atmospherics {
|
|
|
186
186
|
* Resets the sun mie strength to the value set by resource
|
|
187
187
|
* packs
|
|
188
188
|
*
|
|
189
|
-
* This function can't be called in
|
|
189
|
+
* This function can't be called in restricted-execution mode.
|
|
190
190
|
*
|
|
191
191
|
* @param biomeIdentifier
|
|
192
192
|
* Biome Identifier. If the corresponding biome has had its sun
|
|
@@ -203,7 +203,7 @@ export class Atmospherics {
|
|
|
203
203
|
* Sets the horizon blend max for atmospheric scattering in
|
|
204
204
|
* Vibrant Visuals
|
|
205
205
|
*
|
|
206
|
-
* This function can't be called in
|
|
206
|
+
* This function can't be called in restricted-execution mode.
|
|
207
207
|
*
|
|
208
208
|
* @param blendMax
|
|
209
209
|
* Either a number (range [0,1]) or a set of keyframes. The
|
|
@@ -224,7 +224,7 @@ export class Atmospherics {
|
|
|
224
224
|
* Sets the horizon blend mie start for atmospheric scattering
|
|
225
225
|
* in Vibrant Visuals
|
|
226
226
|
*
|
|
227
|
-
* This function can't be called in
|
|
227
|
+
* This function can't be called in restricted-execution mode.
|
|
228
228
|
*
|
|
229
229
|
* @param blendMieStart
|
|
230
230
|
* Either a number (range [0,1.2]) or a set of keyframes. The
|
|
@@ -248,7 +248,7 @@ export class Atmospherics {
|
|
|
248
248
|
* Sets the horizon blend min for atmospheric scattering in
|
|
249
249
|
* Vibrant Visuals
|
|
250
250
|
*
|
|
251
|
-
* This function can't be called in
|
|
251
|
+
* This function can't be called in restricted-execution mode.
|
|
252
252
|
*
|
|
253
253
|
* @param blendMin
|
|
254
254
|
* Either a number (range [0,1]) or a set of keyframes. The
|
|
@@ -269,7 +269,7 @@ export class Atmospherics {
|
|
|
269
269
|
* Sets the horizon blend start for atmospheric scattering in
|
|
270
270
|
* Vibrant Visuals
|
|
271
271
|
*
|
|
272
|
-
* This function can't be called in
|
|
272
|
+
* This function can't be called in restricted-execution mode.
|
|
273
273
|
*
|
|
274
274
|
* @param blendStart
|
|
275
275
|
* Either a number (range [0,1]) or a set of keyframes. The
|
|
@@ -290,7 +290,7 @@ export class Atmospherics {
|
|
|
290
290
|
* Sets the moon mie strength for atmospheric scattering in
|
|
291
291
|
* Vibrant Visuals
|
|
292
292
|
*
|
|
293
|
-
* This function can't be called in
|
|
293
|
+
* This function can't be called in restricted-execution mode.
|
|
294
294
|
*
|
|
295
295
|
* @param moonMieStrength
|
|
296
296
|
* Either a number (range [0,60]) or a set of keyframes. The
|
|
@@ -314,7 +314,7 @@ export class Atmospherics {
|
|
|
314
314
|
* Sets the rayleigh strength for atmospheric scattering in
|
|
315
315
|
* Vibrant Visuals
|
|
316
316
|
*
|
|
317
|
-
* This function can't be called in
|
|
317
|
+
* This function can't be called in restricted-execution mode.
|
|
318
318
|
*
|
|
319
319
|
* @param rayleighStrength
|
|
320
320
|
* Either a number (range [0,11]) or a set of keyframes. The
|
|
@@ -338,7 +338,7 @@ export class Atmospherics {
|
|
|
338
338
|
* Sets the sky horizon color for atmospheric scattering in
|
|
339
339
|
* Vibrant Visuals
|
|
340
340
|
*
|
|
341
|
-
* This function can't be called in
|
|
341
|
+
* This function can't be called in restricted-execution mode.
|
|
342
342
|
*
|
|
343
343
|
* @param color
|
|
344
344
|
* Either a RGB triplet or a set of keyframes. The keyframes
|
|
@@ -362,7 +362,7 @@ export class Atmospherics {
|
|
|
362
362
|
* Sets the sky zenith color for atmospheric scattering in
|
|
363
363
|
* Vibrant Visuals
|
|
364
364
|
*
|
|
365
|
-
* This function can't be called in
|
|
365
|
+
* This function can't be called in restricted-execution mode.
|
|
366
366
|
*
|
|
367
367
|
* @param color
|
|
368
368
|
* Either a RGB triplet or a set of keyframes. The keyframes
|
|
@@ -385,7 +385,7 @@ export class Atmospherics {
|
|
|
385
385
|
* Sets the sun glare shape for atmospheric scattering in
|
|
386
386
|
* Vibrant Visuals
|
|
387
387
|
*
|
|
388
|
-
* This function can't be called in
|
|
388
|
+
* This function can't be called in restricted-execution mode.
|
|
389
389
|
*
|
|
390
390
|
* @param sunGlareShape
|
|
391
391
|
* Either a number (range [0,50]) or a set of keyframes. The
|
|
@@ -406,7 +406,7 @@ export class Atmospherics {
|
|
|
406
406
|
* Sets the sun mie strength for atmospheric scattering in
|
|
407
407
|
* Vibrant Visuals
|
|
408
408
|
*
|
|
409
|
-
* This function can't be called in
|
|
409
|
+
* This function can't be called in restricted-execution mode.
|
|
410
410
|
*
|
|
411
411
|
* @param sunMieStrength
|
|
412
412
|
* Either a number (range [0,60]) or a set of keyframes. The
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@minecraft/server-graphics",
|
|
3
|
-
"version": "1.0.0-beta.1.26.0-preview.
|
|
4
|
-
"description": "",
|
|
5
|
-
"contributors": [
|
|
6
|
-
{
|
|
7
|
-
"name": "Jake Shirley",
|
|
8
|
-
"email": "jake@xbox.com"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"name": "Mike Ammerlaan",
|
|
12
|
-
"email": "mikeam@microsoft.com"
|
|
13
|
-
}
|
|
14
|
-
],
|
|
15
|
-
"peerDependencies": {
|
|
16
|
-
"@minecraft/common": "^1.0.0",
|
|
17
|
-
"@minecraft/server": "^1.17.0 || ^2.0.0 || ^2.6.0-beta.1.26.0-preview.
|
|
18
|
-
},
|
|
19
|
-
"license": "MIT"
|
|
1
|
+
{
|
|
2
|
+
"name": "@minecraft/server-graphics",
|
|
3
|
+
"version": "1.0.0-beta.1.26.0-preview.26",
|
|
4
|
+
"description": "",
|
|
5
|
+
"contributors": [
|
|
6
|
+
{
|
|
7
|
+
"name": "Jake Shirley",
|
|
8
|
+
"email": "jake@xbox.com"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "Mike Ammerlaan",
|
|
12
|
+
"email": "mikeam@microsoft.com"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"peerDependencies": {
|
|
16
|
+
"@minecraft/common": "^1.0.0",
|
|
17
|
+
"@minecraft/server": "^1.17.0 || ^2.0.0 || ^2.6.0-beta.1.26.0-preview.26"
|
|
18
|
+
},
|
|
19
|
+
"license": "MIT"
|
|
20
20
|
}
|