LeviLamina
Loading...
Searching...
No Matches
DimensionDataLoader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/puv/LoadResult.h"
7#include "mc/world/level/GeneratorType.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Puv { struct Input; }
12namespace SharedTypes::v1_21_60::DimensionDefinition { struct DimensionDocument; }
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<
21 8,
22 192,
24 mDimensionDefinitionLoader;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI explicit DimensionDataLoader(::cereal::ReflectionCtx const& ctx);
35
36 MCAPI ::Puv::LoadResult<::SharedTypes::v1_21_60::DimensionDefinition::DimensionDocument>
37 load(::Puv::Input const& input);
38
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static ::std::optional<::GeneratorType> stringToGeneratorType(::std::string const& generatorNameString);
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
51 MCAPI void* $ctor(::cereal::ReflectionCtx const& ctx);
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCFOLD void $dtor();
58 // NOLINTEND
59};
Definition DimensionDataLoader.h:16
Definition _HeaderOutputPredefine.h:235
Definition Input.h:7
Definition ReflectionCtx.h:11