LeviLamina
Loading...
Searching...
No Matches
BiomeJsonDocumentGlue.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_26_0/biome/BiomeJsonDocument.h"
7
8// auto generated forward declare list
9// clang-format off
10class BiomeRegistry;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 16, ::std::map<::std::string, ::std::function<::std::shared_ptr<::IBiomeComponentGlue>()>>>
20 mComponentGlueFactories;
21 // NOLINTEND
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI ::std::optional<::BiomeJsonDocumentGlueResolvedBiomeData> getResolvedBiomeData(
28 ::BiomeRegistry const& biomeRegistry
29 ) const;
30 // NOLINTEND
31};
Definition BiomeRegistry.h:38
Definition BiomeJsonDocumentGlueResolvedBiomeData.h:10
Definition BiomeJsonDocumentGlue.h:15
Definition IBiomeComponentGlue.h:13