Add-On Documentation
Preparing search index...
The search index is not available
8Crafter's Debug Sticks API
8Crafter's Debug Sticks API
Globals
modules
coords
AreaBackup
Class AreaBackup
Index
Constructors
constructor
Properties
id
Accessors
backups
backup
Structure
Ids
dimension
from
size
to
Methods
backup
backup
Range
clear
clear
Backup
clear
Backups
delete
rollback
save
Ids
toJSON
toJSONNo
Id
Constructors
constructor
new
AreaBackup
(
id
:
string
)
:
Globals
.
modules
.
coords
.
AreaBackup
Parameters
id
:
string
Returns
Globals
.
modules
.
coords
.
AreaBackup
Properties
id
id
:
string
Accessors
backups
get
backups
()
:
number
[]
Returns
number
[]
backup
Structure
Ids
get
backupStructureIds
()
:
string
[]
Returns
string
[]
dimension
get
dimension
()
:
Dimension
Returns
Dimension
from
get
from
()
:
Vector3
Returns
Vector3
size
get
size
()
:
Vector3
Returns
Vector3
to
get
to
()
:
Vector3
Returns
Vector3
Methods
backup
backup
(
saveTime
?:
number
,
options
?:
StructureCreateOptions
,
sizeLimits
?:
{
x
:
number
;
y
:
number
;
z
:
number
}
,
)
:
void
Parameters
saveTime
:
number
= ...
options
:
StructureCreateOptions
= ...
sizeLimits
:
{
x
:
number
;
y
:
number
;
z
:
number
}
= ...
Returns
void
backup
Range
backupRange
(
range
:
[
from
:
Vector3
,
to
:
Vector3
,
indices
:
Vector3
]
,
saveTime
:
number
,
options
?:
StructureCreateOptions
,
)
:
void
Parameters
range
:
[
from
:
Vector3
,
to
:
Vector3
,
indices
:
Vector3
]
saveTime
:
number
Optional
options
:
StructureCreateOptions
Returns
void
clear
clear
()
:
void
Returns
void
clear
Backup
clearBackup
(
timestamp
:
string
|
number
)
:
void
Parameters
timestamp
:
string
|
number
Returns
void
clear
Backups
clearBackups
()
:
void
Returns
void
delete
delete
()
:
void
Returns
void
rollback
rollback
(
saveTime
?:
number
,
clearSave
?:
boolean
,
options
?:
StructurePlaceOptions
,
sizes
?:
Vector3
,
)
:
0
|
1
Parameters
saveTime
:
number
= ...
clearSave
:
boolean
= false
Optional
options
:
StructurePlaceOptions
sizes
:
Vector3
= ...
Returns
0
|
1
save
Ids
saveIds
(
timestamp
:
string
|
number
)
:
string
[]
Parameters
timestamp
:
string
|
number
Returns
string
[]
toJSON
toJSON
()
:
{
dimension
:
Dimension
;
from
:
Vector3
;
id
:
string
;
to
:
Vector3
}
Returns
{
dimension
:
Dimension
;
from
:
Vector3
;
id
:
string
;
to
:
Vector3
}
toJSONNo
Id
toJSONNoId
()
:
{
dimension
:
Dimension
;
from
:
Vector3
;
to
:
Vector3
}
Returns
{
dimension
:
Dimension
;
from
:
Vector3
;
to
:
Vector3
}
Version
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
id
Accessors
backups
backup
Structure
Ids
dimension
from
size
to
Methods
backup
backup
Range
clear
clear
Backup
clear
Backups
delete
rollback
save
Ids
toJSON
toJSONNo
Id
Add-On Documentation
8Crafter's Debug Sticks API
Loading...