3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/NonOwnerPointer.h"
15namespace Social {
class User; }
21 enum class GeneralMultiplayerWarningState :
int {
23 CheckInternetConnection = 1,
24 DisconnectedThirdPartyWithSubscription = 2,
25 DisconnectedThirdParty = 3,
26 LocalMultiplayerPrivilegesBlockedThirdParty = 4,
27 MultiplayerPrivilegesBlockedThirdParty = 5,
28 MultiplayerPrivilegesBlocked = 6,
29 MultiplayerPrivilegesBlockedOnConsole = 7,
30 CrossPlatformDisabled = 8,
31 NonMultiplayerSkinEquipped = 9,
38 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::TrialManager>> mTrialManager;
39 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager>> mUserManager;
40 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::Social::MultiplayerServiceManager>>
41 mMultiplayerServiceManager;
42 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::Social::User>> mUser;
43 ::ll::TypedStorage<8, 8, ::MinecraftCommands&> mCommands;
44 ::ll::TypedStorage<8, 8, ::SkinRepositoryClientInterface&> mSkinRepositoryClientInterface;
45 ::ll::TypedStorage<1, 1, bool> mIsEditorModeEnabled;
50 WorldSettingsRules& operator=(WorldSettingsRules
const&);
51 WorldSettingsRules(WorldSettingsRules
const&);
57 MCAPI WorldSettingsRules(::WorldSettingsRules&&);
59 MCAPI WorldSettingsRules(
60 ::MinecraftCommands& commands,
61 ::SkinRepositoryClientInterface& skinRepositoryClientInterface,
62 ::Bedrock::NotNullNonOwnerPtr<::TrialManager>
const& trialManager,
63 ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager>
const& userManager,
64 ::Bedrock::NotNullNonOwnerPtr<::Social::MultiplayerServiceManager>
const& multiplayerServiceManager,
65 ::std::shared_ptr<::Social::User> user,
66 bool isEditorModeEnabled
69 MCAPI
bool _isAdhocEnabled()
const;
71 MCAPI ~WorldSettingsRules();
77 MCAPI
void* $ctor(::WorldSettingsRules&&);
80 ::MinecraftCommands& commands,
81 ::SkinRepositoryClientInterface& skinRepositoryClientInterface,
82 ::Bedrock::NotNullNonOwnerPtr<::TrialManager>
const& trialManager,
83 ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager>
const& userManager,
84 ::Bedrock::NotNullNonOwnerPtr<::Social::MultiplayerServiceManager>
const& multiplayerServiceManager,
85 ::std::shared_ptr<::Social::User> user,
86 bool isEditorModeEnabled
Definition MinecraftCommands.h:34
Definition SkinRepositoryClientInterface.h:5
Definition IUserManager.h:34
Definition MultiplayerServiceManager.h:7
Definition TrialManager.h:5
Definition WorldSettingsRules.h:5