29 ::ll::TypedStorage<4, 4, int const> mCenterX;
30 ::ll::TypedStorage<4, 4, int const> mCenterZ;
31 ::ll::TypedStorage<4, 4, int const> mRadius;
32 ::ll::TypedStorage<4, 4, int const> mHeight;
33 ::ll::TypedStorage<1, 1, bool const> mGuarded;
34 ::ll::TypedStorage<4, 24, ::AABB const> mTopBoundingBox;
44 MCAPI EndSpike(
int centerX,
int centerZ,
int radius,
int height,
bool guarded);
46 MCFOLD
int getCenterX()
const;
48 MCFOLD
int getCenterZ()
const;
50 MCFOLD
int getHeight()
const;
52 MCAPI ::AABB getTopBoundingBox()
const;
54 MCAPI
bool startsInChunk(
::BlockPos const& chunkOrigin)
const;
60 MCAPI
void* $ctor(
int centerX,
int centerZ,
int radius,
int height,
bool guarded);