LeviLamina
Loading...
Searching...
No Matches
BiomeJsonDocumentLoader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace Core { class Path; }
9namespace SharedTypes::v1_20_60 { struct BiomeJsonDocument; }
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace BiomeJsonDocumentLoader {
14// functions
15// NOLINTBEGIN
16MCNAPI ::std::unique_ptr<::SharedTypes::v1_20_60::BiomeJsonDocument> loadBiomeJsonDocumentFromRapidJson(
18 ::rapidjson::GenericDocument<
19 ::rapidjson::UTF8<char>,
20 ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>,
21 ::rapidjson::CrtAllocator> const& rapidJsonDocument,
22 ::Core::Path const& biomePath,
23 ::BedrockLoadContext& loadContext
24);
25// NOLINTEND
26
27} // namespace BiomeJsonDocumentLoader
Definition BedrockLoadContext.h:14
Definition Path.h:17
Definition Path.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5