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
10
namespace
br::worldgen {
struct
Structure; }
11
namespace
br::worldgen {
struct
StructureSpawnOverride; }
12
// clang-format on
13
14
class
StructureSpawnRegistry
{
15
public
:
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
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCNAPI ::std::unordered_map<::SpawnCategory::Type, ::br::worldgen::StructureSpawnOverride>
const
*
33
get
(::std::string
const
& key)
const
;
34
35
MCNAPI
~StructureSpawnRegistry
();
36
// NOLINTEND
37
38
public
:
39
// destructor thunk
40
// NOLINTBEGIN
41
MCNAPI
void
$dtor
();
42
// NOLINTEND
43
};
StructureSpawnRegistry
Definition
StructureSpawnRegistry.h:14
StructureSpawnRegistry::~StructureSpawnRegistry
MCAPI ~StructureSpawnRegistry()
StructureSpawnRegistry::get
MCAPI ::std::unordered_map<::SpawnCategory::Type, ::br::worldgen::StructureSpawnOverride > const * get(::std::string const &key) const
StructureSpawnRegistry::$dtor
MCAPI void $dtor()
src
mc
world
level
levelgen
v1
StructureSpawnRegistry.h
Generated on Fri Jun 13 2025 05:05:22 for LeviLamina by
1.12.0