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#include "mc/world/level/GameType.h"
8
9class WorldTemplatePackManifest : public ::PackManifest {
10public:
11 // member variables
12 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 WorldTemplatePackManifest& operator=(WorldTemplatePackManifest const&);
20 WorldTemplatePackManifest(WorldTemplatePackManifest const&);
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 // member functions
32 // NOLINTBEGIN
34
35 MCNAPI ::GameType getGameType() const;
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCNAPI void* $ctor();
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCNAPI void $dtor();
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCNAPI ::std::unique_ptr<::PackManifest> $clone() const;
54
55
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
MCAPI ::std::unique_ptr<::PackManifest > $clone() const
MCAPI::GameType getGameType() const
static MCAPI void ** $vftable()
Definition Alias.h:14