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