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
// virtual functions
24
// NOLINTBEGIN
25
virtual
bool
isValid(::ContentIdentity
const
& identity)
const
/*override*/
;
26
// NOLINTEND
27
28
public
:
29
// virtual function thunks
30
// NOLINTBEGIN
31
MCAPI
bool
$isValid(::ContentIdentity
const
& identity)
const
;
32
// NOLINTEND
33
34
public
:
35
// vftables
36
// NOLINTBEGIN
37
MCNAPI
static
void
**
$vftable
();
38
// NOLINTEND
39
};
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