LeviLamina
Loading...
Searching...
No Matches
ClientNetworkSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4#include "mc/network/NetworkSystem.h"
5
6// auto generated inclusion list
7#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
8#include "mc/network/IGameConnectionInfoProvider.h"
9#include "mc/network/NetworkSystem.h"
10
11// auto generated forward declare list
12// clang-format off
14class TaskGroup;
15namespace Bedrock::PubSub { class Subscription; }
16namespace Social { class GameConnectionInfo; }
17// clang-format on
18
21 public ::NetworkSystem {
22public:
23 // member variables
24 // NOLINTBEGIN
25 ::ll::TypedStorage<8, 336, ::TaskGroup> mTaskGroup;
26 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mUserLoggingSub;
27 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mUserConnectionQualitySub;
28 // NOLINTEND
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 0
34 virtual ~ClientNetworkSystem() /*override*/ = default;
35
36 // vIndex: 1
37 virtual ::Social::GameConnectionInfo const& getConnectionInfo() const /*override*/;
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI ::std::optional<::NetworkIdentifier> tryGetLocalNetworkId() const;
44
45 MCAPI ::std::optional<::NetworkIdentifier> tryGetServerId() const;
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51
52 // NOLINTEND
53
54public:
55 // virtual function thunks
56 // NOLINTBEGIN
57
58 // NOLINTEND
59};
Definition EnableNonOwnerReferences.h:7
Definition ClientNetworkSystem.h:21
Definition NetworkIdentifier.h:11
Definition NetworkSystem.h:29
Definition IGameConnectionInfoProvider.h:12
Definition TaskGroup.h:22