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_21_120/biome/BiomeJsonDocument.h"
8#include "mc/world/level/biome/glue/BiomeJsonDocumentGlue.h"
9
10// auto generated forward declare list
11// clang-format off
13class 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 192,
28 ::Puv::
29 SlicedLoader<::SharedTypes::v1_21_120::BiomeJsonDocument::BiomeJsonObject, ::BedrockLoadContext, nullptr_t>>
30 mPuvBiomeLoader;
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
35 BiomeJsonDocumentLoader();
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI BiomeJsonDocumentLoader(
43 ::BiomeJsonDocumentGlue& biomeJsonDocumentGlue,
44 ::BiomeRegistry const& biomeRegistry,
45 ::Core::Path const& resourceName,
46 bool isBaseGamePack,
47 ::std::unordered_map<::std::string, ::std::unique_ptr<::BiomeJsonDocumentGlue::ResolvedBiomeData>>&
48 biomeIdToResolvedData
49 );
50
51 MCAPI void load(::Puv::Input const& input) const;
52
53 MCAPI ~BiomeJsonDocumentLoader();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCAPI void* $ctor(
62 ::BiomeJsonDocumentGlue& biomeJsonDocumentGlue,
63 ::BiomeRegistry const& biomeRegistry,
64 ::Core::Path const& resourceName,
65 bool isBaseGamePack,
66 ::std::unordered_map<::std::string, ::std::unique_ptr<::BiomeJsonDocumentGlue::ResolvedBiomeData>>&
67 biomeIdToResolvedData
68 );
69 // NOLINTEND
70
71public:
72 // destructor thunk
73 // NOLINTBEGIN
74 MCFOLD void $dtor();
75 // NOLINTEND
76};
Definition BedrockLoadContext.h:14
Definition NonOwnerPointer.h:9
Definition BiomeRegistry.h:37
Definition Path.h:10
Definition LinkedAssetValidator.h:8
Definition Input.h:15
Definition BiomeJsonDocumentGlue.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5