Script API - v1.21.90.25
Preparing search index...
@minecraft/server-editor
StatefulAction
Type Alias StatefulAction
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
External
Inherited
Private
Protected
Deprecated
Theme
OS
Light
Dark
On This Page
Properties
action
Type
on
Execute
Script API - v1.21.90.25
Loading...
An action which returns the activation state.