LeviLamina
Loading...
Searching...
No Matches
BeardingDescriptionCache.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/structure/BoundingBox.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
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;
17 // NOLINTEND
18};
Definition BeardingDescriptionCache.h:8