Appearance
helix / Block
Type Alias: Block
Block =
BlockValue
Defined in: core/values/block.ts:85
Build a block from any id (custom namespaces, #tags, block states), or use a generated member for a known vanilla block: Block.GRASS_BLOCK. For a tag, prefer the typed Block.tag("air") over the Block("#…") string form.