17 ::ll::TypedStorage<4, 24, ::BoundingBox> boundingBox;
18 ::ll::TypedStorage<4, 4, int> chunkX;
19 ::ll::TypedStorage<4, 4, int> chunkZ;
20 ::ll::TypedStorage<8, 24, ::std::vector<::std::unique_ptr<::StructurePiece>>> pieces;
21 ::ll::TypedStorage<4, 4, int> maxYSpawnOffset;
34 virtual bool isValid()
const;
37 virtual int getMaxYSpawnOffset()
const;
40 virtual ::std::string_view getStructureName()
const = 0;
46 MCAPI
void calculateBoundingBox();
60 MCFOLD
bool $isValid()
const;
62 MCFOLD
int $getMaxYSpawnOffset()
const;
68 MCAPI
static void** $vftable();