Botcraft 1.21.5
Loading...
Searching...
No Matches
AllPackets.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< AllServerboundConfigurationPackets, AllServerboundHandshakingPackets, AllServerboundLoginPackets, AllServerboundPlayPackets, AllServerboundStatusPackets > AllServerboundPackets
Internal::tuple_cat_t< AllClientboundConfigurationPackets, AllClientboundLoginPackets, AllClientboundPlayPackets, AllClientboundStatusPackets > AllClientboundPackets
Internal::tuple_cat_t< AllClientboundPackets, AllServerboundPackets > AllPackets