Botcraft
1.21.4
Loading...
Searching...
No Matches
RangedMatcher.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
RangedMatcher
:
public
NetworkType
10
{
11
SERIALIZED_FIELD
(MinValue, std::optional<std::string>);
12
SERIALIZED_FIELD
(MaxValue, std::optional<std::string>);
13
14
DECLARE_READ_WRITE_SERIALIZE
;
15
};
16
}
17
}
18
#endif
NetworkType.hpp
ProtocolCraft::Components::RangedMatcher
Definition
RangedMatcher.hpp:10
ProtocolCraft::Components::RangedMatcher::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
RangedMatcher.hpp:14
ProtocolCraft::Components::RangedMatcher::SERIALIZED_FIELD
SERIALIZED_FIELD(MaxValue, std::optional< std::string >)
ProtocolCraft::Components::RangedMatcher::SERIALIZED_FIELD
SERIALIZED_FIELD(MinValue, std::optional< std::string >)
ProtocolCraft::NetworkType
Definition
NetworkType.hpp:11
ProtocolCraft
Definition
ItemUtilities.hpp:8
protocolCraft
include
protocolCraft
Types
Components
Subtypes
Matcher
RangedMatcher.hpp
Generated by
1.9.8