LeviLamina
Loading...
Searching...
No Matches
MetaDataTypeVisitor_Get.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/GeneratorType.h"
7#include "mc/world/level/chunk/NeighborAwareBlockUpgradeVersionType.h"
8
9// auto generated forward declare list
10// clang-format off
11class BaseGameVersion;
12class CompoundTag;
14class LevelSeed64;
15// clang-format on
16
17struct MetaDataTypeVisitor_Get {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 8, ::CompoundTag const&> mSource;
22 ::ll::TypedStorage<8, 32, ::std::string const> mMetaDataTag;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 MetaDataTypeVisitor_Get& operator=(MetaDataTypeVisitor_Get const&);
28 MetaDataTypeVisitor_Get(MetaDataTypeVisitor_Get const&);
29 MetaDataTypeVisitor_Get();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI ::std::optional<::std::variant<
36 ::std::string,
38 ::GeneratorType,
39 bool,
40 short,
42 ::NeighborAwareBlockUpgradeVersionType>>
43 operator()(::BaseGameVersion const&) const;
44
45 MCAPI ~MetaDataTypeVisitor_Get();
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCFOLD void $dtor();
52 // NOLINTEND
53};
Definition BaseGameVersion.h:8
Definition CompoundTag.h:23
Definition DimensionHeightRange.h:5
Definition LevelSeed64.h:5