Botcraft 1.21.4
Loading...
Searching...
No Matches
ServerboundJigsawGeneratePacket.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 711 /* > 1.15.2 */
2#pragma once
3
6
7namespace ProtocolCraft
8{
9 class ServerboundJigsawGeneratePacket : public BaseMessage<ServerboundJigsawGeneratePacket>
10 {
11 public:
12 static constexpr std::string_view packet_name = "Jigsaw Generate";
13
16 SERIALIZED_FIELD(KeepJigsaws, bool);
17
19 };
20} //ProtocolCraft
21#endif