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