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
14// clang-format on
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 virtual ::std::unique_ptr<uint64, ::std::function<void(uint64*)>> registerAsyncJoinCallback(
24 ::SubClientId,
25 ::std::shared_ptr<::AsyncVerdictPromise>
26 )>
27 ) = 0;
28
29 virtual bool isPaused() = 0;
30
31 virtual ~IAsyncJoinRegistrar() = default;
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37
38 // NOLINTEND
39};
Definition AsyncVerdictPromise.h:11
Definition IAsyncJoinRegistrar.h:16
Definition NetworkIdentifier.h:10
Definition move_only_function.h:9
Definition PlayerAuthenticationInfo.h:8