LeviLamina
Loading...
Searching...
No Matches
WorldTemplateInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7
8// auto generated forward declare list
9// clang-format off
10class IFileAccess;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
33 WorldTemplateInfo& operator=(WorldTemplateInfo const&);
36
37public:
38 // member functions
39 // NOLINTBEGIN
41 ::WorldTemplatePackManifest const& manifest,
43 );
44
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
51 MCNAPI void*
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCNAPI void $dtor();
59 // NOLINTEND
60};
Definition NonOwnerPointer.h:9
Definition IFileAccess.h:15
Definition WorldTemplatePackManifest.h:8
Definition WorldTemplateInfo.h:14
MCAPI void $dtor()
MCAPI void * $ctor(::WorldTemplatePackManifest const &manifest, ::Bedrock::NonOwnerPointer<::IFileAccess > fileAccess)
MCAPI WorldTemplateInfo(::WorldTemplatePackManifest const &manifest, ::Bedrock::NonOwnerPointer<::IFileAccess > fileAccess)
MCAPI ~WorldTemplateInfo()
Definition Alias.h:14