19 ::ll::TypedStorage<4, 24, ::BoundingBox> boundingBox;
20 ::ll::TypedStorage<4, 4, int> chunkX;
21 ::ll::TypedStorage<4, 4, int> chunkZ;
22 ::ll::TypedStorage<8, 24, ::std::vector<::std::unique_ptr<::StructurePiece>>> pieces;
23 ::ll::TypedStorage<4, 4, int> maxYSpawnOffset;
36 virtual bool isValid()
const;
39 virtual int getMaxYSpawnOffset()
const;
42 virtual ::std::string_view getStructureName()
const = 0;
48 MCAPI
void calculateBoundingBox();
62 MCFOLD
bool $isValid()
const;
64 MCFOLD
int $getMaxYSpawnOffset()
const;