An interface representing the data of an area backup.

interface SavedAreaBackupData {
    dimension: string;
    from: Vector3;
    id: string;
    to: Vector3;
}

Properties

Properties

dimension: string

The id of the dimension of the backed up area.

from: Vector3

The corner of the backed up area.

id: string

The ID of the area backup.

The opposite corner of the backed up area.