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
33 MCNAPI void _getTagData(::CompoundTag const& tag);
34
35 MCNAPI void _setTagData(::CompoundTag& tag) const;
36
37 MCNAPI ::BaseGameVersion const& getBaseGameVersion() const;
38
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCNAPI void* $ctor();
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCNAPI void $dtor();
52 // NOLINTEND
53};
Definition BaseGameVersion.h:8
Definition CompoundTag.h:13
Definition WorldTemplateLevelData.h:11
MCAPI void _getTagData(::CompoundTag const &tag)
MCAPI void _setTagData(::CompoundTag &tag) const
MCAPI void * $ctor()
MCAPI::BaseGameVersion const & getBaseGameVersion() const
Definition Alias.h:14