8class BeardingDescriptionCache {
12 ::ll::TypedStorage<4, 24, ::BoundingBox> mPieceBounds;
13 ::ll::TypedStorage<4, 4, int> mPieceBaseY;
14 ::ll::TypedStorage<4, 4, int> mXCenter;
15 ::ll::TypedStorage<4, 4, int> mZCenter;
16 ::ll::TypedStorage<4, 4, float> mMaxRadius;
21 BeardingDescriptionCache();
26 MCAPI BeardingDescriptionCache(
::BoundingBox const& bb,
int deltaY);