LeviLamina
Loading...
Searching...
No Matches
StructureSpawnRegistry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/spawn_category/Type.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace br::worldgen { struct Structure; }
11namespace br::worldgen { struct StructureSpawnOverride; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<
19 8,
20 64,
21 ::std::unordered_map<
22 ::std::string,
23 ::std::unordered_map<::SpawnCategory::Type, ::br::worldgen::StructureSpawnOverride>>>
24 mStaticStructures;
25 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::std::weak_ptr<::br::worldgen::Structure>>>
26 mDynamicStructures;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCNAPI ::std::unordered_map<::SpawnCategory::Type, ::br::worldgen::StructureSpawnOverride> const*
33 get(::std::string const& key) const;
34
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCNAPI void $dtor();
42 // NOLINTEND
43};
Definition StructureSpawnRegistry.h:14
MCAPI ::std::unordered_map<::SpawnCategory::Type, ::br::worldgen::StructureSpawnOverride > const * get(::std::string const &key) const