@minecraft
原文
参与翻译
正在准备搜索索引...
server-editor
StatefulAction
类型别名 StatefulAction
An action which returns the activation state.
type
StatefulAction
=
{
actionType
:
StatefulAction
;
onExecute
:
(
active
:
boolean
)
=>
void
;
}
索引
属性
action
Type
on
Execute
属性
只读
action
Type
actionType
:
StatefulAction
只读
on
Execute
onExecute
:
(
active
:
boolean
)
=>
void
显示设置
成员可见性
受保护
继承
外部
世界修改
配色
自动
浅色
深色
目录
属性
action
Type
on
Execute
原文
参与翻译
@minecraft
加载中……
An action which returns the activation state.