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();
32 MCAPI JigsawStructureBlockInfo(::JigsawStructureBlockInfo&& rhs);
34 MCAPI JigsawStructureBlockInfo(
::BlockPos const& pos, ::std::unique_ptr<::CompoundTag> tag,
::Block const& block);
36 MCAPI ::CompoundTag* getNonEmptyTag();
42 MCAPI
void* $ctor(::JigsawStructureBlockInfo&& rhs);
44 MCAPI
void* $ctor(
::BlockPos const& pos, ::std::unique_ptr<::CompoundTag> tag,
::Block const& block);