LeviLamina
Loading...
Searching...
No Matches
RepositoryFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/resources/IRepositoryFactory.h"
7
8// auto generated forward declare list
9// clang-format off
10class IPackIOProvider;
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual ::std::shared_ptr<::RepositorySources> createSources(::IResourcePackRepository const& repository) const
20 /*override*/;
21
22 virtual ::std::unique_ptr<::IPackIOProvider> createIO() const /*override*/;
23
24 virtual ~RepositoryFactory() /*override*/ = default;
25 // NOLINTEND
26
27public:
28 // virtual function thunks
29 // NOLINTBEGIN
30 MCNAPI ::std::shared_ptr<::RepositorySources> $createSources(::IResourcePackRepository const& repository) const;
31
32 MCNAPI ::std::unique_ptr<::IPackIOProvider> $createIO() const;
33
34
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
Definition IPackIOProvider.h:15
Definition IRepositoryFactory.h:12
Definition IResourcePackRepository.h:34
Definition RepositoryFactory.h:15
static MCAPI void ** $vftable()
MCAPI ::std::unique_ptr<::IPackIOProvider > $createIO() const
MCAPI ::std::shared_ptr<::RepositorySources > $createSources(::IResourcePackRepository const &repository) const
Definition RepositorySources.h:13