LeviLamina
Loading...
Searching...
No Matches
IContentCatalogPackSourceService.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/http/RequestPriority.h"
7
#include "mc/deps/core/threading/Async.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
FetchImageParams
;
12
class
IEntitlementManager
;
13
class
SearchQuery
;
14
struct
DurableSearchResults
;
15
struct
FetchImageDataResult
;
16
// clang-format on
17
18
class
IContentCatalogPackSourceService
{
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
// vIndex: 0
23
virtual
~IContentCatalogPackSourceService
() =
default
;
24
25
// vIndex: 1
26
virtual ::Bedrock::Threading::Async<::FetchImageDataResult>
27
fetchImageData(
::FetchImageParams
const
&, ::Bedrock::Http::RequestPriority) = 0;
28
29
// vIndex: 2
30
virtual ::Bedrock::Threading::Async<::DurableSearchResults> searchCatalog(
::SearchQuery
const
&) = 0;
31
32
// vIndex: 3
33
virtual
bool
isRealmsPlusExpired(
::IEntitlementManager
&) = 0;
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
};
FetchImageParams
Definition
FetchImageParams.h:5
IContentCatalogPackSourceService
Definition
IContentCatalogPackSourceService.h:18
IEntitlementManager
Definition
IEntitlementManager.h:25
SearchQuery
Definition
SearchQuery.h:5
DurableSearchResults
Definition
DurableSearchResults.h:5
FetchImageDataResult
Definition
FetchImageDataResult.h:5
src-server
mc
client
resources
IContentCatalogPackSourceService.h
Generated on Sun Oct 12 2025 06:31:20 for LeviLamina by
1.12.0