Botcraft 1.21.4
Loading...
Searching...
No Matches
AllMessages.hpp
Go to the documentation of this file.
1#pragma once
2
6
7namespace ProtocolCraft
8{
12 >;
13} //ProtocolCraft
decltype(std::tuple_cat(std::declval< input_t >()...)) tuple_cat_t
Concat multiple tuples in one big tuple.
Definition Templates.hpp:48
Internal::tuple_cat_t< AllServerboundConfigurationMessages, AllServerboundHandshakingMessages, AllServerboundLoginMessages, AllServerboundPlayMessages, AllServerboundStatusMessages > AllServerboundMessages
Internal::tuple_cat_t< AllClientboundConfigurationMessages, AllClientboundLoginMessages, AllClientboundPlayMessages, AllClientboundStatusMessages > AllClientboundMessages
Internal::tuple_cat_t< AllClientboundMessages, AllServerboundMessages > AllMessages