Botcraft
1.21.5
Loading...
Searching...
No Matches
AllPackets.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
protocolCraft/Utilities/Templates.hpp
"
4
#include "
protocolCraft/AllClientboundPackets.hpp
"
5
#include "
protocolCraft/AllServerboundPackets.hpp
"
6
7
namespace
ProtocolCraft
8
{
9
using
AllPackets
=
Internal::tuple_cat_t
<
10
AllClientboundPackets
,
11
AllServerboundPackets
12
>;
13
}
//ProtocolCraft
AllClientboundPackets.hpp
AllServerboundPackets.hpp
ProtocolCraft::Internal::tuple_cat_t
decltype(std::tuple_cat(std::declval< input_t >()...)) tuple_cat_t
Concat multiple tuples in one big tuple.
Definition
Templates.hpp:48
ProtocolCraft
Definition
ItemUtilities.hpp:8
ProtocolCraft::AllServerboundPackets
Internal::tuple_cat_t< AllServerboundConfigurationPackets, AllServerboundHandshakingPackets, AllServerboundLoginPackets, AllServerboundPlayPackets, AllServerboundStatusPackets > AllServerboundPackets
Definition
AllServerboundPackets.hpp:404
ProtocolCraft::AllClientboundPackets
Internal::tuple_cat_t< AllClientboundConfigurationPackets, AllClientboundLoginPackets, AllClientboundPlayPackets, AllClientboundStatusPackets > AllClientboundPackets
Definition
AllClientboundPackets.hpp:800
ProtocolCraft::AllPackets
Internal::tuple_cat_t< AllClientboundPackets, AllServerboundPackets > AllPackets
Definition
AllPackets.hpp:12
Templates.hpp
protocolCraft
include
protocolCraft
AllPackets.hpp
Generated by
1.9.8