LeviLamina
Loading...
Searching...
No Matches
ClientBiomeJsonDocumentGlue.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9namespace SharedTypes::v1_21_120 { struct ClientBiomeJsonDocument; }
10// clang-format on
11
13public:
14 // ClientBiomeJsonDocumentGlue inner types declare
15 // clang-format off
16 struct ResolvedClientBiomeData;
17 // clang-format on
18
19 // ClientBiomeJsonDocumentGlue inner types define
21 public:
22 // ResolvedClientBiomeData inner types declare
23 // clang-format off
24 struct ResolvedComponent;
25 // clang-format on
26
27 // ResolvedClientBiomeData inner types define
29 public:
30 // member variables
31 // NOLINTBEGIN
34 // NOLINTEND
35
36 public:
37 // prevent constructor by default
38 ResolvedComponent& operator=(ResolvedComponent const&);
41
42 public:
43 // member functions
44 // NOLINTBEGIN
46 // NOLINTEND
47
48 public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCNAPI void $dtor();
52 // NOLINTEND
53 };
54
55 public:
56 // member variables
57 // NOLINTBEGIN
59 // NOLINTEND
60
61 public:
62 // prevent constructor by default
66
67 public:
68 // member functions
69 // NOLINTBEGIN
71 // NOLINTEND
72
73 public:
74 // destructor thunk
75 // NOLINTBEGIN
76 MCNAPI void $dtor();
77 // NOLINTEND
78 };
79
80public:
81 // member variables
82 // NOLINTBEGIN
84 // NOLINTEND
85
86public:
87 // prevent constructor by default
91
92public:
93 // member functions
94 // NOLINTBEGIN
95 MCNAPI ::std::optional<::ClientBiomeJsonDocumentGlue::ResolvedClientBiomeData> getResolvedBiomeData(
96 ::SharedTypes::v1_21_120::ClientBiomeJsonDocument const& clientBiomeJsonDocument,
97 ::FogDefinitionRegistry const& fogRegistry,
98 ::DeferredRenderingBiomeRegistry const& deferredBiomeRegistry
99 ) const;
100
102 // NOLINTEND
103
104public:
105 // destructor thunk
106 // NOLINTBEGIN
107 MCNAPI void $dtor();
108 // NOLINTEND
109};
Definition ClientBiomeJsonDocumentGlue.h:20
Definition ClientBiomeJsonDocumentGlue.h:5
MCAPI ::std::optional<::ClientBiomeJsonDocumentGlue::ResolvedClientBiomeData > getResolvedBiomeData(::SharedTypes::v1_21_120::ClientBiomeJsonDocument const &clientBiomeJsonDocument, ::FogDefinitionRegistry const &fogRegistry, ::DeferredRenderingBiomeRegistry const &deferredBiomeRegistry) const
Definition DeferredRenderingBiomeRegistry.h:5
Definition FogDefinitionRegistry.h:5
Definition Alias.h:14