LeviLamina
Loading...
Searching...
No Matches
WeightedStructureTemplateRegistration.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/structure/Projection.h"
7
8// auto generated forward declare list
9// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<
19 8,
20 64,
21 ::std::function<::StructurePoolElement const&(::StructureTemplateRegistrationContext, ::Projection)>>
22 mElementFactory;
23 ::ll::TypedStorage<4, 4, int> mWeight;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCFOLD void $dtor();
36 // NOLINTEND
37};
Definition StructurePoolElement.h:35
Definition StructureTemplateRegistrationContext.h:17
Definition WeightedStructureTemplateRegistration.h:14