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