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
10
struct
InsideBlockData
;
11
// clang-format on
12
13
struct
InsideGenericBlockComponent
{
14
public
:
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
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
#ifdef LL_PLAT_C
27
MCAPI
~InsideGenericBlockComponent
();
28
#endif
29
// NOLINTEND
30
31
public
:
32
// destructor thunk
33
// NOLINTBEGIN
34
#ifdef LL_PLAT_C
35
MCFOLD
void
$dtor();
36
#endif
37
// NOLINTEND
38
};
InsideBlockData
Definition
InsideBlockData.h:5
InsideGenericBlockComponent
Definition
InsideGenericBlockComponent.h:13
src
mc
entity
components
InsideGenericBlockComponent.h
Generated on
for LeviLamina by
1.16.1