LeviLamina
Loading...
Searching...
No Matches
WorldTemplateInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 WorldTemplateInfo& operator=(WorldTemplateInfo const&);
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI explicit WorldTemplateInfo(::WorldTemplatePackManifest const& manifest);
37
38 MCAPI ~WorldTemplateInfo();
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCAPI void* $ctor(::WorldTemplatePackManifest const& manifest);
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCAPI void $dtor();
51 // NOLINTEND
52};
Definition WorldTemplatePackManifest.h:8
Definition WorldTemplateInfo.h:10
Definition Alias.h:14