Botcraft
1.21.4
Loading...
Searching...
No Matches
AllMessages.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
protocolCraft/Utilities/Templates.hpp
"
4
#include "
protocolCraft/AllClientboundMessages.hpp
"
5
#include "
protocolCraft/AllServerboundMessages.hpp
"
6
7
namespace
ProtocolCraft
8
{
9
using
AllMessages
=
Internal::tuple_cat_t
<
10
AllClientboundMessages
,
11
AllServerboundMessages
12
>;
13
}
//ProtocolCraft
AllClientboundMessages.hpp
AllServerboundMessages.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::AllServerboundMessages
Internal::tuple_cat_t< AllServerboundConfigurationMessages, AllServerboundHandshakingMessages, AllServerboundLoginMessages, AllServerboundPlayMessages, AllServerboundStatusMessages > AllServerboundMessages
Definition
AllServerboundMessages.hpp:392
ProtocolCraft::AllClientboundMessages
Internal::tuple_cat_t< AllClientboundConfigurationMessages, AllClientboundLoginMessages, AllClientboundPlayMessages, AllClientboundStatusMessages > AllClientboundMessages
Definition
AllClientboundMessages.hpp:790
ProtocolCraft::AllMessages
Internal::tuple_cat_t< AllClientboundMessages, AllServerboundMessages > AllMessages
Definition
AllMessages.hpp:12
Templates.hpp
protocolCraft
include
protocolCraft
AllMessages.hpp
Generated by
1.9.8