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
8// auto generated forward declare list
9// clang-format off
10class BaseGameVersion;
12class LevelSeed64;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI ::std::optional<::std::variant<
34 ::std::string,
36 ::GeneratorType,
37 bool,
38 short,
40 operator()(::BaseGameVersion const&) const;
41
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCFOLD void $dtor();
49 // NOLINTEND
50};
Definition BaseGameVersion.h:13
Definition DimensionHeightRange.h:5
Definition LevelSeed64.h:5
Definition MetaDataTypeVisitor_Get.h:15
Definition Alias.h:14