SerenityJS
    Preparing search index...

    Interface EntityTeleportOptions

    interface EntityTeleportOptions {
        changedDimensions: boolean;
        from: IPosition;
        to: IPosition;
    }
    Index

    Properties

    changedDimensions: boolean

    Whether the entity is teleporting due to a dimension change.

    from: IPosition

    The position the entity is teleporting from.

    to: IPosition

    The position the entity is teleporting to.