Botcraft 1.21.5
Loading...
Searching...
No Matches
ServerboundSetTestBlockPacket.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 769 /* > 1.21.4 */
2#pragma once
3
6
7namespace ProtocolCraft
8{
9 class ServerboundSetTestBlockPacket : public BasePacket<ServerboundSetTestBlockPacket>
10 {
11 public:
12 static constexpr std::string_view packet_name = "Set Test Block";
13
17
19 };
20} //ProtocolCraft
21#endif
SERIALIZED_FIELD(Position, NetworkPosition)