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
5
6#include <vector>
7
8namespace ProtocolCraft
9{
10 namespace Components
11 {
13 {
14 SERIALIZED_FIELD(Properties, std::vector<PropertyMatcher>);
15
17 };
18 }
19}
20#endif
SERIALIZED_FIELD(Properties, std::vector< PropertyMatcher >)