LeviLamina
Loading...
Searching...
No Matches
InsideGenericBlockComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/phys/AABB.h"
7
8// auto generated forward declare list
9// clang-format off
10struct InsideBlockData;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 24, ::std::vector<::InsideBlockData>> mData;
18 ::ll::TypedStorage<4, 28, ::std::optional<::AABB>> mSubstituteAABB;
19 ::ll::TypedStorage<4, 4, float> mGrow;
20 ::ll::TypedStorage<1, 1, bool> mHasChunks;
21 // NOLINTEND
22
23public:
24 // member functions
25 // NOLINTBEGIN
26#ifdef LL_PLAT_C
28#endif
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34#ifdef LL_PLAT_C
35 MCFOLD void $dtor();
36#endif
37 // NOLINTEND
38};
Definition InsideBlockData.h:5
Definition InsideGenericBlockComponent.h:13