3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/NonOwnerPointer.h"
15namespace Social {
struct User; }
21 enum class GeneralMultiplayerWarningState :
int {};
26 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::TrialManager>> mTrialManager;
27 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager>> mUserManager;
28 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::Social::MultiplayerServiceManager>>
29 mMultiplayerServiceManager;
30 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::Social::User>> mUser;
31 ::ll::TypedStorage<8, 8, ::MinecraftCommands&> mCommands;
32 ::ll::TypedStorage<8, 8, ::SkinRepositoryClientInterface&> mSkinRepositoryClientInterface;
33 ::ll::TypedStorage<1, 1, bool> mIsEditorModeEnabled;
38 WorldSettingsRules& operator=(WorldSettingsRules
const&);
39 WorldSettingsRules(WorldSettingsRules
const&);
45 MCAPI WorldSettingsRules(::WorldSettingsRules&&);
47 MCAPI WorldSettingsRules(
48 ::MinecraftCommands& commands,
49 ::SkinRepositoryClientInterface& skinRepositoryClientInterface,
50 ::Bedrock::NotNullNonOwnerPtr<::TrialManager>
const& trialManager,
51 ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager>
const& userManager,
52 ::Bedrock::NotNullNonOwnerPtr<::Social::MultiplayerServiceManager>
const& multiplayerServiceManager,
53 ::std::shared_ptr<::Social::User> user,
54 bool isEditorModeEnabled
57 MCAPI
bool _isAdhocEnabled()
const;
59 MCAPI ~WorldSettingsRules();
65 MCAPI
void* $ctor(::WorldSettingsRules&&);
68 ::MinecraftCommands& commands,
69 ::SkinRepositoryClientInterface& skinRepositoryClientInterface,
70 ::Bedrock::NotNullNonOwnerPtr<::TrialManager>
const& trialManager,
71 ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager>
const& userManager,
72 ::Bedrock::NotNullNonOwnerPtr<::Social::MultiplayerServiceManager>
const& multiplayerServiceManager,
73 ::std::shared_ptr<::Social::User> user,
74 bool isEditorModeEnabled
Definition MinecraftCommands.h:34
Definition IUserManager.h:34
Definition WorldSettingsRules.h:5
Definition SkinRepositoryClientInterface.h:5
Definition MultiplayerServiceManager.h:7
Definition TrialManager.h:5