LeviLamina
Loading...
Searching...
No Matches
RealmsCreateParams.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/store/iap/RealmsOfferTier.h"
7#include "mc/client/store/iap/RealmsPurchaseIntent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Realms { struct World; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, ::RealmsPurchaseIntent const> mPurchaseIntent;
19 ::ll::TypedStorage<8, 32, ::std::string const> mWorldName;
20 ::ll::TypedStorage<8, 32, ::std::string const> mSubscriptionId;
21 ::ll::TypedStorage<4, 4, ::RealmsOfferTier const> mOfferTier;
22 ::ll::TypedStorage<1, 1, bool const> mExpired;
23 ::ll::TypedStorage<1, 1, bool const> mTrialAvailable;
24 ::ll::TypedStorage<1, 1, bool const> mHasClub;
25 ::ll::TypedStorage<1, 1, bool const> mIsRealmsPDP;
26 ::ll::TypedStorage<8, 64, ::std::function<void(::Realms::World&)>> mOnCreateCallback;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI ~RealmsCreateParams();
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCAPI void $dtor();
39 // NOLINTEND
40};
Definition RealmsCreateParams.h:5
Definition World.h:7