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
11class ContentIdentity;
12class IEntitlementManager;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager>> mEntitlementManager;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 EntitlementCheck();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual bool isValid(::ContentIdentity const& identity) const /*override*/;
30
31 virtual ~EntitlementCheck() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI explicit EntitlementCheck(::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager> entitlementManager);
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCAPI void* $ctor(::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager> entitlementManager);
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49 MCAPI bool $isValid(::ContentIdentity const& identity) const;
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCNAPI static void** $vftable();
56 // NOLINTEND
57};
Definition ContentIdentity.h:8
Definition EntitlementCheck.h:5
static MCAPI void ** $vftable()
Definition IEntitlementCheck.h:7