Add-On Documentation
Preparing search index...
The search index is not available
8Crafter's Server Utilities API
8Crafter's Server Utilities API
<internal>
SubscribedEventTypeID
Type Alias SubscribedEventTypeID
SubscribedEventTypeID
:
|
`
system.beforeEvents.
${
keyof
System
[
"beforeEvents"
]
}
`
|
`
system.afterEvents.
${
keyof
System
[
"afterEvents"
]
}
`
|
`
world.beforeEvents.
${
keyof
World
[
"beforeEvents"
]
}
`
|
`
world.afterEvents.
${
keyof
World
[
"afterEvents"
]
}
`
|
`
andexdb.beforeEvents.
${
keyof
andexdbBeforeEvents
}
`
|
`
andexdb.afterEvents.
${
keyof
andexdbAfterEvents
}
`
The type ID of an event subscription.
This type is a union of all event type IDs.
Version
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Add-On Documentation
8Crafter's Server Utilities API
Loading...
The type ID of an event subscription.
This type is a union of all event type IDs.