LeviLamina
Loading...
Searching...
No Matches
SocialButtonScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
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"
9
10// auto generated forward declare list
11// clang-format off
13namespace Parties { class PartySystem; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
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;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 SocialButtonScreenController();
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 virtual ~SocialButtonScreenController() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI SocialButtonScreenController(
42 ::std::shared_ptr<::MinecraftScreenModel> model,
43 ::Bedrock::NonOwnerPointer<::Parties::PartySystem> partySystem
44 );
45
46 MCAPI void _onPartyChanged();
47
48 MCAPI void _registerBindings();
49
50 MCAPI void _updateSocialIconControl();
51 // NOLINTEND
52
53public:
54 // constructor thunks
55 // NOLINTBEGIN
56 MCAPI void* $ctor(
57 ::std::shared_ptr<::MinecraftScreenModel> model,
58 ::Bedrock::NonOwnerPointer<::Parties::PartySystem> partySystem
59 );
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
66
67 MCNAPI static void** $vftableForScreenController();
68 // NOLINTEND
69};
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition PartySystem.h:7
Definition SocialButtonScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()