Botcraft
26.2
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
#include "
protocolCraft/Types/Components/Subtypes/BannerPattern.hpp
"
5
#include "
protocolCraft/Types/Holder.hpp
"
6
7
namespace
ProtocolCraft
8
{
9
namespace
Components
10
{
11
class
BannerPatternLayer
:
public
NetworkType
12
{
13
SERIALIZED_FIELD
(Pattern,
Holder<BannerPattern>
);
14
SERIALIZED_FIELD
(Color,
VarInt
);
15
16
DECLARE_READ_WRITE_SERIALIZE
;
17
};
18
}
19
}
20
#endif
BannerPattern.hpp
Holder.hpp
NetworkType.hpp
ProtocolCraft::Components::BannerPatternLayer
Definition
BannerPatternLayer.hpp:12
ProtocolCraft::Components::BannerPatternLayer::SERIALIZED_FIELD
SERIALIZED_FIELD(Color, VarInt)
ProtocolCraft::Components::BannerPatternLayer::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
BannerPatternLayer.hpp:16
ProtocolCraft::Components::BannerPatternLayer::SERIALIZED_FIELD
SERIALIZED_FIELD(Pattern, Holder< BannerPattern >)
ProtocolCraft::Holder
Definition
Holder.hpp:11
ProtocolCraft::NetworkType
Definition
NetworkType.hpp:11
ProtocolCraft
Definition
ItemUtilities.hpp:8
ProtocolCraft::VarType
Definition
Templates.hpp:26
protocolCraft
include
protocolCraft
Types
Components
Subtypes
BannerPatternLayer.hpp
Generated by
1.9.8