IClientAttachableDescription - DauntlessStudio/Bedrock-Developments GitHub Wiki

Interface: IClientAttachableDescription

Hierarchy

Table of contents

Properties

Properties

animation_controllers

Optional animation_controllers: Record<string, string>[]

Inherited from

IClientEntityDescription.animation_controllers

Defined in

ts/app/types/client/entity.ts:24


animations

Optional animations: Record<string, string>

Inherited from

IClientEntityDescription.animations

Defined in

ts/app/types/client/entity.ts:23


enable_attachables

Optional enable_attachables: boolean

Inherited from

IClientEntityDescription.enable_attachables

Defined in

ts/app/types/client/entity.ts:27


geometry

Optional geometry: Record<string, `geometry.${string}`>

Inherited from

IClientEntityDescription.geometry

Defined in

ts/app/types/client/entity.ts:21


held_item_ignores_lightning

Optional held_item_ignores_lightning: boolean

Inherited from

IClientEntityDescription.held_item_ignores_lightning

Defined in

ts/app/types/client/entity.ts:28


hide_armor

Optional hide_armor: boolean

Inherited from

IClientEntityDescription.hide_armor

Defined in

ts/app/types/client/entity.ts:29


identifier

identifier: `${string}:${string}`

Inherited from

IClientEntityDescription.identifier

Defined in

ts/app/types/client/entity.ts:17


item

Optional item: Object

Index signature

▪ [key: Identifier]: string

Defined in

ts/app/types/client/attachable.ts:15


materials

Optional materials: Record<string, string>

Inherited from

IClientEntityDescription.materials

Defined in

ts/app/types/client/entity.ts:19


min_engine_version

Optional min_engine_version: `${number}.${number}.${number}`

Inherited from

IClientEntityDescription.min_engine_version

Defined in

ts/app/types/client/entity.ts:18


particle_effects

Optional particle_effects: Record<string, string>

Inherited from

IClientEntityDescription.particle_effects

Defined in

ts/app/types/client/entity.ts:30


particle_emitters

Optional particle_emitters: Record<string, string>

Inherited from

IClientEntityDescription.particle_emitters

Defined in

ts/app/types/client/entity.ts:31


render_controllers

Optional render_controllers: MolangOption[]

Inherited from

IClientEntityDescription.render_controllers

Defined in

ts/app/types/client/entity.ts:25


scripts

Optional scripts: IClientEntityScripts

Inherited from

IClientEntityDescription.scripts

Defined in

ts/app/types/client/entity.ts:22


sound_effects

Optional sound_effects: Record<string, string>

Inherited from

IClientEntityDescription.sound_effects

Defined in

ts/app/types/client/entity.ts:32


spawn_egg

Optional spawn_egg: IClientEntitySpawnEgg

Inherited from

IClientEntityDescription.spawn_egg

Defined in

ts/app/types/client/entity.ts:26


textures

Optional textures: Record<string, `textures/${string}`>

Inherited from

IClientEntityDescription.textures

Defined in

ts/app/types/client/entity.ts:20

⚠️ **GitHub.com Fallback** ⚠️