14class JigsawBlockInfo {
18 ::ll::TypedStorage<4, 12, ::BlockPos> mPos;
19 ::ll::TypedStorage<8, 8, ::Block const*> mBlock;
20 ::ll::TypedStorage<8, 8, ::Block const*> mFinalBlock;
21 ::ll::TypedStorage<8, 144, ::JigsawEditorData> mEditorData;
26 JigsawBlockInfo& operator=(JigsawBlockInfo
const&);
27 JigsawBlockInfo(JigsawBlockInfo
const&);
33 MCAPI JigsawBlockInfo(::JigsawBlockInfo&&);
35 MCAPI ~JigsawBlockInfo();
41 MCAPI
void* $ctor(::JigsawBlockInfo&&);