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 MCAPI void _removeComponent(::Bedrock::typeid_t<void> typeId);
29
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCAPI void $dtor();
37 // NOLINTEND
38};
Definition typeid_t.h:25
Definition BiomeComponentStorage.h:13
Definition BiomeComponentBase.h:5