LeviLamina
Loading...
Searching...
No Matches
IAsyncJoinRegistrar.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/common/SubClientId.h"
7#include "mc/platform/brstd/move_only_function.h"
8
9// auto generated forward declare list
10// clang-format off
15// clang-format on
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 0
22 virtual ::std::unique_ptr<uint64, ::std::function<void(uint64*)>> registerAsyncJoinCallback(
25 ::std::variant<
26 ::std::reference_wrapper<::ConnectionRequest const>,
27 ::std::reference_wrapper<::SubClientConnectionRequest const>> const&,
28 ::SubClientId,
29 ::std::shared_ptr<::AsyncVerdictPromise>
30 )>
31 ) = 0;
32
33 // vIndex: 1
34 virtual bool isPaused() = 0;
35
36 // vIndex: 2
37 virtual ~IAsyncJoinRegistrar() = default;
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43
44 // NOLINTEND
45};
Definition AsyncVerdictPromise.h:10
Definition ConnectionRequest.h:22
Definition IAsyncJoinRegistrar.h:17
Definition NetworkIdentifier.h:10
Definition SubClientConnectionRequest.h:19
Definition move_only_function.h:9