34 ::ll::TypedStorage<8, 8, uint64> mGroupIndex;
35 ::ll::TypedStorage<8, 8, uint64> mBlockIndex;
42 ::ll::TypedStorage<4, 4, float> mIntegrity;
43 ::ll::TypedStorage<4, 4, uint> mSeed;
44 ::ll::TypedStorage<1, 1, ::Projection> mProjection;
45 ::ll::TypedStorage<1, 1, ::Mirror> mMirror;
46 ::ll::TypedStorage<1, 1, ::Rotation> mRotation;
47 ::ll::TypedStorage<1, 1, bool> mIgnoreStructureBlocks;
48 ::ll::TypedStorage<1, 1, bool> mIgnoreJigsawBlocks;
49 ::ll::TypedStorage<1, 1, bool> mWaterBelowSeaLevel;
50 ::ll::TypedStorage<8, 8, ::Block const*> mIgnoreBlock;
51 ::ll::TypedStorage<8, 8, ::ChunkPos> mChunkPos;
52 ::ll::TypedStorage<4, 12, ::BlockPos> mRefPos;
53 ::ll::TypedStorage<4, 24, ::BoundingBox> mBoundingBox;
54 ::ll::TypedStorage<8, 64, ::std::unordered_map<uchar, uchar>> mSwapAuxValues;
55 ::ll::TypedStorage<8, 8, ::std::vector<::std::unique_ptr<::StructurePoolBlockRule>>
const*> mBlockRules;
56 ::ll::TypedStorage<8, 8, ::std::vector<::std::unique_ptr<::StructurePoolBlockTagRule>>
const*> mBlockTagRules;
57 ::ll::TypedStorage<8, 24, ::std::vector<::std::vector<::std::reference_wrapper<::HashedString const>>>>
59 ::ll::TypedStorage<8, 16, ::std::map<::HashedString, ::LegacyStructureSettings::IndexedName>> mIndexedNames;
82 MCAPI
void updateBoundingBoxFromChunkPos();
90 MCAPI
static float const& INTEGRITY_MAX();
99 $ctor(::Mirror mirror, ::Rotation rotation,
::Block const* ignoreBlock,
::BoundingBox const& boundingBox);