LeviLamina
Loading...
Searching...
No Matches
BiomeLegacyParser.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
8// auto generated forward declare list
9// clang-format off
11namespace Core { class Path; }
12namespace Puv { class Input; }
13namespace Puv { class Logger; }
14namespace SharedTypes::v1_21_110 { struct BiomeJsonDocument; }
15namespace cereal { struct ReflectionCtx; }
16// clang-format on
17
18namespace BiomeLegacyParser {
19// functions
20// NOLINTBEGIN
21MCAPI ::SharedTypes::v1_21_110::BiomeJsonDocument parseBiomeLegacy(
22 ::Puv::Input const& input,
23 ::Puv::Logger& logger,
26 ::Core::Path const& resourceName
27);
28// NOLINTEND
29
30} // namespace BiomeLegacyParser
Definition NonOwnerPointer.h:9
Definition Path.h:11
Definition LinkedAssetValidator.h:8
Definition Path.h:16
Definition Input.h:15
Definition Logger.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5