LeviLamina
Loading...
Searching...
No Matches
WorldTemplateLevelData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class CompoundTag;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34 bool isFromWorldTemplate,
35 bool isWorldTemplateOptionLocked,
36 ::BaseGameVersion const& baseGameVersion,
37 ::BaseGameVersion const& maxBaseGameVersion
38 );
39
40 MCAPI void _getTagData(::CompoundTag const& tag);
41
42 MCAPI void _setTagData(::CompoundTag& tag) const;
43
44 MCAPI ::BaseGameVersion const& getBaseGameVersion() const;
45
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCAPI void* $ctor();
53
54 MCAPI void* $ctor(
55 bool isFromWorldTemplate,
56 bool isWorldTemplateOptionLocked,
57 ::BaseGameVersion const& baseGameVersion,
58 ::BaseGameVersion const& maxBaseGameVersion
59 );
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCAPI void $dtor();
66 // NOLINTEND
67};
Definition BaseGameVersion.h:13
Definition CompoundTag.h:13
Definition WorldTemplateLevelData.h:11
Definition Alias.h:14