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;
33 virtual bool isValid()
const;
35 virtual int getMaxYSpawnOffset()
const;
37 virtual ::std::string_view getStructureName()
const = 0;
43 MCAPI
void calculateBoundingBox();
57 MCFOLD
bool $isValid()
const;
59 MCFOLD
int $getMaxYSpawnOffset()
const;