Botcraft 1.21.5
Loading...
Searching...
No Matches
TestInstanceBlockEntityData.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 769 /* > 1.21.4 */
2#pragma once
3
6
7namespace ProtocolCraft
8{
10 {
11 SERIALIZED_FIELD(Test, std::optional<std::string>);
12 SERIALIZED_FIELD(Size, std::array<VarInt, 3>);
14 SERIALIZED_FIELD(IgnoreEntities, bool);
16 SERIALIZED_FIELD(ErrorMessage, std::optional<Chat>);
17
19 };
20}
21#endif
SERIALIZED_FIELD(ErrorMessage, std::optional< Chat >)
SERIALIZED_FIELD(Size, std::array< VarInt, 3 >)
SERIALIZED_FIELD(Test, std::optional< std::string >)