@minecraft/server-admin 1.0.0-beta.1.20.10-preview.21 → 1.0.0-beta.1.20.10-preview.23
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 +3 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
* ```json
|
|
19
19
|
* {
|
|
20
20
|
* "module_name": "@minecraft/server-admin",
|
|
21
|
-
* "version": "1.0.0-beta.1.20.10-preview.
|
|
21
|
+
* "version": "1.0.0-beta.1.20.10-preview.23"
|
|
22
22
|
* }
|
|
23
23
|
* ```
|
|
24
24
|
*
|
|
@@ -37,7 +37,7 @@ export class SecretString {
|
|
|
37
37
|
* configuration.
|
|
38
38
|
*/
|
|
39
39
|
export class ServerSecrets {
|
|
40
|
-
|
|
40
|
+
private constructor();
|
|
41
41
|
/**
|
|
42
42
|
* @remarks
|
|
43
43
|
* A list of available, configured server secrets.
|
|
@@ -62,7 +62,7 @@ export class ServerSecrets {
|
|
|
62
62
|
* configuration.
|
|
63
63
|
*/
|
|
64
64
|
export class ServerVariables {
|
|
65
|
-
|
|
65
|
+
private constructor();
|
|
66
66
|
/**
|
|
67
67
|
* @remarks
|
|
68
68
|
* A list of available, configured server variables.
|