LeviLamina
Loading...
Searching...
No Matches
WorldTemplatePackSource.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/file/PathBuffer.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
8#include "mc/resources/DirectoryPackSource.h"
9#include "mc/resources/PackSource.h"
10
11// auto generated forward declare list
12// clang-format off
18// clang-format on
19
20class WorldTemplatePackSource : public ::DirectoryPackSource {
21public:
22 // member variables
23 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 WorldTemplatePackSource& operator=(WorldTemplatePackSource const&);
32 WorldTemplatePackSource(WorldTemplatePackSource const&);
33 WorldTemplatePackSource();
34
35public:
36 // virtual functions
37 // NOLINTBEGIN
38 virtual ~WorldTemplatePackSource() /*override*/ = default;
39
40 virtual ::PackSourceLoadResult _loadImpl(::PackSourceLoadOptions&& options) /*override*/;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
46 MCNAPI ::PackSourceReport _tryLoadFromZip(
47 ::std::shared_ptr<::PackSource::PackTaskData> data,
48 ::IPackManifestFactory& manifestFactory,
49 ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const> const& keyProvider,
50 ::Core::PathBuffer<::std::string> const& worldTemplatePath,
51 ::std::string const& subDir
52 );
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCNAPI ::PackSourceLoadResult $_loadImpl(::PackSourceLoadOptions&& options);
59
60
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftable();
67 // NOLINTEND
68};
Definition PathBuffer.h:8
Definition IContentKeyProvider.h:13
Definition IPackManifestFactory.h:17
Definition PackSourceReport.h:11
static MCAPI void ** $vftable()
MCAPI::PackSourceLoadResult $_loadImpl(::PackSourceLoadOptions &&options)
MCAPI::PackSourceReport _tryLoadFromZip(::std::shared_ptr<::PackSource::PackTaskData > data, ::IPackManifestFactory &manifestFactory, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const &keyProvider, ::Core::PathBuffer<::std::string > const &worldTemplatePath, ::std::string const &subDir)
Definition PackSourceLoadOptions.h:5
Definition PackSourceLoadResult.h:5
Definition Alias.h:14