@minecraft/server-admin 1.0.0-beta.1.21.120-preview.20 → 1.0.0-beta.1.21.120-preview.22
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 +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -270,7 +270,7 @@ export class DisconnectedError extends Error {
|
|
|
270
270
|
* @throws This function can throw errors.
|
|
271
271
|
*/
|
|
272
272
|
export function transferPlayer(
|
|
273
|
-
player:
|
|
273
|
+
player: minecraftserver.Player,
|
|
274
274
|
options: TransferPlayerIpPortOptions | TransferPlayerNetherNetOptions,
|
|
275
275
|
): void;
|
|
276
276
|
export const beforeEvents: AdminBeforeEvents;
|