-
Notifications
You must be signed in to change notification settings - Fork 1
IServerEntityDescription
github-actions[bot] edited this page Jul 15, 2024
·
19 revisions
- animations
- identifier
- is_experimental
- is_spawnable
- is_summonable
- properties
- runtime_identifier
- scripts
• Optional
animations: Object
▪ [key: string
]: ServerAnimationName
| ServerACName
ts/app/types/server/entity.ts:30
• identifier: `${string}:${string}`
ts/app/types/server/entity.ts:24
• is_experimental: boolean
ts/app/types/server/entity.ts:28
• is_spawnable: boolean
ts/app/types/server/entity.ts:26
• is_summonable: boolean
ts/app/types/server/entity.ts:27
• Optional
properties: IServerEntityProperties
ts/app/types/server/entity.ts:29
• Optional
runtime_identifier: `${string}:${string}`
ts/app/types/server/entity.ts:25
• Optional
scripts: Object
Name | Type |
---|---|
animate? |
(string | { [key: string] : string ; })[] |