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 // vIndex: 1
20 virtual ::std::shared_ptr<::RepositorySources> createSources(::IResourcePackRepository const& repository) const
21 /*override*/;
22
23 // vIndex: 2
24 virtual ::std::unique_ptr<::IPackIOProvider> createIO() const /*override*/;
25
26 // vIndex: 0
27 virtual ~RepositoryFactory() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33 MCNAPI ::std::shared_ptr<::RepositorySources> $createSources(::IResourcePackRepository const& repository) const;
34
35 MCNAPI ::std::unique_ptr<::IPackIOProvider> $createIO() const;
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
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