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 { struct Party; }
14namespace Parties { struct PartySystem; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mCurrentPartyUpdateSubscription;
22 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mPartyProfileOptions;
23 ::ll::TypedStorage<8, 24, ::std::vector<::std::string> const> mButtonFactoryControlVector;
24 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::Parties::Party>> mParty;
25 ::ll::TypedStorage<1, 1, bool> mIsPartySystemAvailable;
26 ::ll::TypedStorage<1, 1, bool> mIsPlayersInWorldEnabled;
27 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mCurrentSocialIcon;
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
32 SocialButtonScreenController();
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 virtual ~SocialButtonScreenController() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI SocialButtonScreenController(
44 ::std::shared_ptr<::MinecraftScreenModel> model,
45 ::std::optional<::Bedrock::NotNullNonOwnerPtr<::Parties::PartySystem>> partySystem
46 );
47
48 MCAPI void _onPartyChanged();
49
50 MCAPI void _registerBindings();
51
52 MCAPI void _updateSocialIconControl();
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58 MCAPI void* $ctor(
59 ::std::shared_ptr<::MinecraftScreenModel> model,
60 ::std::optional<::Bedrock::NotNullNonOwnerPtr<::Parties::PartySystem>> partySystem
61 );
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
68
69 MCNAPI static void** $vftableForScreenController();
70 // NOLINTEND
71};
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition SocialButtonScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition PartySystem.h:7
Definition Party.h:7