LeviLamina
Loading...
Searching...
No Matches
EntitlementCheck.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/client/resources/resource_pack_copy_utils/IEntitlementCheck.h"
7
#include "mc/deps/core/utility/NonOwnerPointer.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
ContentIdentity
;
12
class
IEntitlementManager;
13
// clang-format on
14
15
class
EntitlementCheck
:
public
::ResourcePackCopyUtils::IEntitlementCheck
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager>> mEntitlementManager;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
EntitlementCheck();
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
virtual
bool
isValid(::ContentIdentity
const
& identity)
const
/*override*/
;
30
31
virtual
~EntitlementCheck()
/*override*/
=
default
;
32
// NOLINTEND
33
34
public
:
35
// member functions
36
// NOLINTBEGIN
37
MCAPI
explicit
EntitlementCheck(::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager> entitlementManager);
38
// NOLINTEND
39
40
public
:
41
// constructor thunks
42
// NOLINTBEGIN
43
MCAPI
void
* $ctor(::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager> entitlementManager);
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
MCAPI
bool
$isValid(::ContentIdentity
const
& identity)
const
;
50
// NOLINTEND
51
52
public
:
53
// vftables
54
// NOLINTBEGIN
55
MCNAPI
static
void
**
$vftable
();
56
// NOLINTEND
57
};
ContentIdentity
Definition
ContentIdentity.h:8
EntitlementCheck
Definition
EntitlementCheck.h:5
EntitlementCheck::$vftable
static MCAPI void ** $vftable()
ResourcePackCopyUtils::IEntitlementCheck
Definition
IEntitlementCheck.h:7
src-client
mc
client
gui
EntitlementCheck.h
Generated on
for LeviLamina by
1.16.1