3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
8#include "mc/deps/core/utility/pub_sub/Subscription.h"
20 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mCurrentPartyUpdateSubscription;
21 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mPartyProfileOptions;
22 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>
const> mButtonFactoryControlVector;
23 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::Parties::PartySystem>> mPartySystem;
24 ::ll::TypedStorage<1, 1, bool> mIsPlayersInWorldEnabled;
25 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mCurrentSocialIcon;
30 SocialButtonScreenController();
35 virtual ~SocialButtonScreenController() =
default;
41 MCAPI SocialButtonScreenController(
42 ::std::shared_ptr<::MinecraftScreenModel> model,
43 ::Bedrock::NonOwnerPointer<::Parties::PartySystem> partySystem
46 MCAPI
void _onPartyChanged();
48 MCAPI
void _registerBindings();
50 MCAPI
void _updateSocialIconControl();
57 ::std::shared_ptr<::MinecraftScreenModel> model,
58 ::Bedrock::NonOwnerPointer<::Parties::PartySystem> partySystem
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition PartySystem.h:7