LeviLamina
Loading...
Searching...
No Matches
BiomeComponentStorage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/typeid_t.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<
18 8,
19 24,
20 ::std::vector<::std::pair<::Bedrock::typeid_t<void>, ::std::unique_ptr<::BiomeComponentBase>>>>
21 mComponentList;
22 ::ll::TypedStorage<1, 1, bool> mAllowAddingComponents;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCFOLD bool _addingComponentsIsAllowed() const;
29
30 MCAPI bool _hasComponent(::Bedrock::typeid_t<void> typeId) const;
31
32 MCAPI void _removeComponent(::Bedrock::typeid_t<void> typeId);
33
34 MCAPI void finalizeComponents();
35
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCAPI void $dtor();
43 // NOLINTEND
44};
Definition typeid_t.h:36
Definition BiomeComponentStorage.h:13
Definition BiomeComponentBase.h:5