IClientBlocksEntry - DauntlessStudio/Bedrock-Developments GitHub Wiki

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

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