Botcraft
1.21.4
Loading...
Searching...
No Matches
BannerPatternLayer.hpp
Go to the documentation of this file.
1
#if PROTOCOL_VERSION > 765
/* > 1.20.4 */
2
#pragma once
3
#include "
protocolCraft/NetworkType.hpp
"
4
5
namespace
ProtocolCraft
6
{
7
namespace
Components
8
{
9
class
BannerPatternLayer
:
public
NetworkType
10
{
11
SERIALIZED_FIELD
(Pattern,
VarInt
);
12
SERIALIZED_FIELD
(
Color
,
VarInt
);
13
14
DECLARE_READ_WRITE_SERIALIZE
;
15
};
16
}
17
}
18
#endif
NetworkType.hpp
ProtocolCraft::Components::BannerPatternLayer
Definition
BannerPatternLayer.hpp:10
ProtocolCraft::Components::BannerPatternLayer::SERIALIZED_FIELD
SERIALIZED_FIELD(Pattern, VarInt)
ProtocolCraft::Components::BannerPatternLayer::SERIALIZED_FIELD
SERIALIZED_FIELD(Color, VarInt)
ProtocolCraft::Components::BannerPatternLayer::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
BannerPatternLayer.hpp:14
ProtocolCraft::NetworkType
Definition
NetworkType.hpp:11
ProtocolCraft
Definition
ItemUtilities.hpp:8
ProtocolCraft::BrigadierPropertyType::Color
@ Color
ProtocolCraft::VarType
Definition
Templates.hpp:26
protocolCraft
include
protocolCraft
Types
Components
Subtypes
BannerPatternLayer.hpp
Generated by
1.9.8