@minecraft
原文
参与翻译
正在准备搜索索引...
server-editor
EditorStructureManager
类 EditorStructureManager
索引
方法
create
Empty
create
From
Clipboard
Item
delete
Structure
get
Existing
Tags
get
Or
Create
Structure
search
Structures
方法
create
Empty
createEmpty
(
id
:
string
,
size
:
Vector3
)
:
EditorStructure
世界修改
参数
id
:
string
size
:
Vector3
返回
EditorStructure
备注
抛出
This function can throw errors.
create
From
Clipboard
Item
createFromClipboardItem
(
item
:
ClipboardItem
,
structureName
:
string
,
)
:
EditorStructure
世界修改
参数
item
:
ClipboardItem
structureName
:
string
返回
EditorStructure
备注
抛出
This function can throw errors.
delete
Structure
deleteStructure
(
id
:
string
)
:
void
世界修改
参数
id
:
string
返回
void
备注
抛出
This function can throw errors.
get
Existing
Tags
getExistingTags
()
:
string
[]
世界修改
返回
string
[]
备注
抛出
This function can throw errors.
get
Or
Create
Structure
getOrCreateStructure
(
id
:
string
)
:
EditorStructure
世界修改
参数
id
:
string
返回
EditorStructure
备注
抛出
This function can throw errors.
search
Structures
searchStructures
(
options
?:
EditorStructureSearchOptions
)
:
EditorStructure
[]
世界修改
参数
可选
options
:
EditorStructureSearchOptions
返回
EditorStructure
[]
备注
抛出
This function can throw errors.
显示设置
成员可见性
受保护
继承
外部
世界修改
配色
自动
浅色
深色
目录
方法
create
Empty
create
From
Clipboard
Item
delete
Structure
get
Existing
Tags
get
Or
Create
Structure
search
Structures
原文
参与翻译
@minecraft
加载中……
备注
抛出
This function can throw errors.