Tidy up imports, add missing exports, rename some events for consistency
This commit is contained in:
3
dist/classes/commands/TeleportCommands.d.ts
vendored
3
dist/classes/commands/TeleportCommands.d.ts
vendored
@@ -1,9 +1,8 @@
|
||||
/// <reference types="long" />
|
||||
import { CommandsBase } from './CommandsBase';
|
||||
import { LureEvent } from '../../events/LureEvent';
|
||||
import { TeleportEvent } from '../../events/TeleportEvent';
|
||||
import { Vector3 } from '../Vector3';
|
||||
import * as Long from 'long';
|
||||
import { LureEvent, TeleportEvent } from '../..';
|
||||
export declare class TeleportCommands extends CommandsBase {
|
||||
private awaitTeleportEvent();
|
||||
acceptTeleport(lure: LureEvent): Promise<TeleportEvent>;
|
||||
|
||||
Reference in New Issue
Block a user