14class JigsawStructureBlockInfo {
18 ::ll::TypedStorage<4, 12, ::BlockPos> mPos;
19 ::ll::TypedStorage<8, 8, ::Block const&> mBlock;
20 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::CompoundTag>> mTag;
25 JigsawStructureBlockInfo& operator=(JigsawStructureBlockInfo
const&);
26 JigsawStructureBlockInfo(JigsawStructureBlockInfo
const&);
27 JigsawStructureBlockInfo();