LeviLamina
Loading...
Searching...
No Matches
BiomeJsonDocumentLoader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7#include "mc/deps/shared_types/v1_26_0/biome/BiomeJsonDocument.h"
8
9// auto generated forward declare list
10// clang-format off
12class BiomeRegistry;
16namespace Core { class Path; }
17namespace Puv { class Input; }
18namespace cereal { struct ReflectionCtx; }
19// clang-format on
20
21class BiomeJsonDocumentLoader {
22public:
23 // member variables
24 // NOLINTBEGIN
25 ::ll::TypedStorage<
26 8,
27 256,
31 nullptr_t,
33 mPuvBiomeLoader;
34 // NOLINTEND
35
36public:
37 // prevent constructor by default
38 BiomeJsonDocumentLoader();
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI BiomeJsonDocumentLoader(
46 ::BiomeJsonDocumentGlue& biomeJsonDocumentGlue,
47 ::BiomeRegistry const& biomeRegistry,
48 ::Core::Path const& resourceName,
49 bool isBaseGamePack,
50 ::std::unordered_map<::std::string, ::std::unique_ptr<::BiomeJsonDocumentGlueResolvedBiomeData>>&
51 biomeIdToResolvedData,
52 bool betaApis
53 );
54
55 MCAPI void load(::Puv::Input const& input) const;
56
57 MCAPI ~BiomeJsonDocumentLoader();
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
63 MCAPI void* $ctor(
66 ::BiomeJsonDocumentGlue& biomeJsonDocumentGlue,
67 ::BiomeRegistry const& biomeRegistry,
68 ::Core::Path const& resourceName,
69 bool isBaseGamePack,
70 ::std::unordered_map<::std::string, ::std::unique_ptr<::BiomeJsonDocumentGlueResolvedBiomeData>>&
71 biomeIdToResolvedData,
72 bool betaApis
73 );
74 // NOLINTEND
75
76public:
77 // destructor thunk
78 // NOLINTBEGIN
79 MCFOLD void $dtor();
80 // NOLINTEND
81};
Definition BedrockLoadContext.h:14
Definition NonOwnerPointer.h:9
Definition BiomeRegistry.h:38
Definition Path.h:17
Definition LinkedAssetValidator.h:8
Definition Input.h:15
Definition _HeaderOutputPredefine.h:296
Definition BiomeJsonDocumentGlueResolvedBiomeData.h:10
Definition BiomeJsonDocumentGlue.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5