Botcraft 1.21.10
Loading...
Searching...
No Matches
PlayerSkinPatch.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 772 /* > 1.21.8 */
2#pragma once
5
6#include <optional>
7#include <string>
8
9namespace ProtocolCraft
10{
11 namespace Components
12 {
14 {
15 SERIALIZED_FIELD(Body, std::optional<Identifier>);
16 SERIALIZED_FIELD(Cape, std::optional<Identifier>);
17 SERIALIZED_FIELD(Elytra, std::optional<Identifier>);
18 SERIALIZED_FIELD(Model, std::optional<bool>);
19
21 };
22 }
23}
24#endif
SERIALIZED_FIELD(Model, std::optional< bool >)
SERIALIZED_FIELD(Elytra, std::optional< Identifier >)
SERIALIZED_FIELD(Body, std::optional< Identifier >)
SERIALIZED_FIELD(Cape, std::optional< Identifier >)