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
4
5namespace ProtocolCraft
6{
7 namespace Components
8 {
10 {
11 SERIALIZED_FIELD(MinValue, std::optional<std::string>);
12 SERIALIZED_FIELD(MaxValue, std::optional<std::string>);
13
15 };
16 }
17}
18#endif
SERIALIZED_FIELD(MaxValue, std::optional< std::string >)
SERIALIZED_FIELD(MinValue, std::optional< std::string >)