Returns a BlockId object for the block at the given blockId.
blockId
BlockId getBlockIdFromInt(int blockId) { return BlockId( value: [blockId], ); }