@minecraft/server 1.2.0-beta.1.19.80-preview.23 → 1.2.0-beta.1.19.80-preview.24
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 +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* ```json
|
|
17
17
|
* {
|
|
18
18
|
* "module_name": "@minecraft/server",
|
|
19
|
-
* "version": "1.2.0-internal.1.19.80-preview.
|
|
19
|
+
* "version": "1.2.0-internal.1.19.80-preview.24"
|
|
20
20
|
* }
|
|
21
21
|
* ```
|
|
22
22
|
*
|
|
@@ -2515,6 +2515,7 @@ export class EntityColorComponent extends EntityComponent {
|
|
|
2515
2515
|
}
|
|
2516
2516
|
/**
|
|
2517
2517
|
* @beta
|
|
2518
|
+
* Base EntityComponent class.
|
|
2518
2519
|
*/
|
|
2519
2520
|
export class EntityComponent extends Component {
|
|
2520
2521
|
protected constructor();
|