For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/classes/BlockStateType.md.

Class: BlockStateType

block

Beta

表示方块的可配置状态值。例如,楼梯的朝向方向可以作为方块状态访问。

Represents a configurable state value of a block instance. For example, the facing direction of stairs is accessible as a block state.

Properties

id

readonly id: string

Beta

Remarks

方块属性的标识符。

Identifier of the block property.


validValues

readonly validValues: (string | number | boolean)[]

Beta

Remarks

方块属性的有效值集合。

A set of valid values for the block property.

同领域相关