-
Notifications
You must be signed in to change notification settings - Fork 1
IClientBlocksEntry
github-actions[bot] edited this page Jul 15, 2024
·
19 revisions
• Optional
carried_textures: string
| { down
: string
; east
: string
; north
: string
; side
: string
; south
: string
; up
: string
; west
: string
}
ts/app/types/client/blocks.ts:30
• Optional
isotropic: boolean
| { down
: boolean
; east
: boolean
; north
: boolean
; side
: boolean
; south
: boolean
; up
: boolean
; west
: boolean
}
ts/app/types/client/blocks.ts:21
• Optional
sound: string
ts/app/types/client/blocks.ts:10
• Optional
sounds: string
ts/app/types/client/blocks.ts:11
• Optional
textures: string
| { down
: string
; east
: string
; north
: string
; side
: string
; south
: string
; up
: string
; west
: string
}