@minecraft/server-editor
Preparing search index...
StatefulAction
Type Alias StatefulAction
Beta
An action which returns the activation state.
type
StatefulAction
=
{
actionType
:
StatefulAction
;
onExecute
:
(
active
:
boolean
)
=>
void
;
}
Index
Properties
action
Type
on
Execute
Properties
Readonly
action
Type
actionType
:
StatefulAction
Readonly
on
Execute
onExecute
:
(
active
:
boolean
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
World Mutation
Early Execution
Theme
OS
Light
Dark
On This Page
Properties
action
Type
on
Execute
@minecraft/server-editor
Loading...
An action which returns the activation state.