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