19 ::ll::TypedStorage<4, 4, int> mFormatVersion;
20 ::ll::TypedStorage<4, 12, ::BlockPos> mSize;
21 ::ll::TypedStorage<4, 12, ::BlockPos> mStructureWorldOrigin;
22 ::ll::TypedStorage<8, 24, ::std::vector<int>> mBlockIndices;
23 ::ll::TypedStorage<8, 24, ::std::vector<int>> mExtraBlockIndices;
24 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::StructureBlockPalette>> mPalettes;
25 ::ll::TypedStorage<8, 24, ::std::vector<::std::unique_ptr<::CompoundTag>>> mEntityData;
58 MCNAPI ::StructureBlockPalette
const*
getPalette(::std::string
const& name)
const;
62 MCNAPI ::std::unique_ptr<::CompoundTag>
save()
const;