LeviLamina
Loading...
Searching...
No Matches
PremiumOwnedCachePackEntitlementValidator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/models/IPremiumCachePackEntitlementValidator.h"
7
8// auto generated forward declare list
9// clang-format off
10struct IEntitlement;
11// clang-format on
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 virtual bool isEntitlementValid(::IEntitlement const& entitlement) const /*override*/;
18
19 virtual ~PremiumOwnedCachePackEntitlementValidator() /*override*/ = default;
20 // NOLINTEND
21
22public:
23 // virtual function thunks
24 // NOLINTBEGIN
25 MCAPI bool $isEntitlementValid(::IEntitlement const& entitlement) const;
26 // NOLINTEND
27
28public:
29 // vftables
30 // NOLINTBEGIN
31 MCNAPI static void** $vftable();
32 // NOLINTEND
33};
Definition IPremiumCachePackEntitlementValidator.h:5
Definition PremiumOwnedCachePackEntitlementValidator.h:5