LeviLamina
Loading...
Searching...
No Matches
ServerLoadingScreenPacketHandler.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/network/connection/DisconnectFailReason.h"
8#include "mc/platform/brstd/function_ref.h"
9
10// auto generated forward declare list
11// clang-format off
12class EntityContext;
15// clang-format on
16
17namespace ServerLoadingScreenPacketHandler {
18// functions
19// NOLINTBEGIN
20MCAPI void handleLoadingScreenPacket(
21 ::NetworkIdentifier const& source,
23 ::EntityContext& entity,
24 ::brstd::function_ref<void(::NetworkIdentifier const&, ::SubClientId, ::Connection::DisconnectFailReason)> const&
25 disconnectClient
26);
27// NOLINTEND
28
29} // namespace ServerLoadingScreenPacketHandler
Definition EntityContext.h:16
Definition NetworkIdentifier.h:11
Definition ServerboundLoadingScreenPacket.h:18
Definition function_ref.h:60