Skip to content

IClientBlocksEntry

github-actions[bot] edited this page Jul 15, 2024 · 19 revisions

Interface: IClientBlocksEntry

Table of contents

Properties

Properties

carried_textures

Optional carried_textures: string | { down: string ; east: string ; north: string ; side: string ; south: string ; up: string ; west: string }

Defined in

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


isotropic

Optional isotropic: boolean | { down: boolean ; east: boolean ; north: boolean ; side: boolean ; south: boolean ; up: boolean ; west: boolean }

Defined in

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


sound

Optional sound: string

Defined in

ts/app/types/client/blocks.ts:10


sounds

Optional sounds: string

Defined in

ts/app/types/client/blocks.ts:11


textures

Optional textures: string | { down: string ; east: string ; north: string ; side: string ; south: string ; up: string ; west: string }

Defined in

ts/app/types/client/blocks.ts:12

bedrock-development

Clone this wiki locally