Botcraft 1.21.8
Loading...
Searching...
No Matches
WaypointIcon.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 770 /* > 1.21.5 */
2#pragma once
3
5
7
8#include <array>
9#include <optional>
10
11namespace ProtocolCraft
12{
14 {
16 SERIALIZED_FIELD(Color, std::optional<std::array<unsigned char, 3>>);
17
19 };
20}
21#endif
SERIALIZED_FIELD(Style, Identifier)
SERIALIZED_FIELD(Color, std::optional< std::array< unsigned char, 3 > >)