LeviLamina
Loading...
Searching...
No Matches
WorldTemplatePackManifest.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/resources/PackManifest.h"
7
8class WorldTemplatePackManifest : public ::PackManifest {
9public:
10 // member variables
11 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 WorldTemplatePackManifest& operator=(WorldTemplatePackManifest const&);
19 WorldTemplatePackManifest(WorldTemplatePackManifest const&);
20 WorldTemplatePackManifest();
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ~WorldTemplatePackManifest() /*override*/;
26
27 virtual ::std::unique_ptr<::PackManifest> clone() const /*override*/;
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCNAPI void $dtor();
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39 MCNAPI ::std::unique_ptr<::PackManifest> $clone() const;
40
41
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
MCAPI ::std::unique_ptr<::PackManifest > $clone() const
static MCAPI void ** $vftable()
Definition Alias.h:14