Botcraft 1.21.4
Loading...
Searching...
No Matches
BrigadierPropertyDouble.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 344 /* > 1.12.2 */
2#pragma once
3
5
6namespace ProtocolCraft
7{
19}
20#endif
SERIALIZED_FIELD(Min, Internal::Conditioned< double, &BrigadierPropertyDouble::Flags1 >)
DEFINE_CONDITION(Flags2, GetFlags() &0x02)
DEFINE_CONDITION(Flags1, GetFlags() &0x01)
SERIALIZED_FIELD(Max, Internal::Conditioned< double, &BrigadierPropertyDouble::Flags2 >)
A type wrapper to conditionally serialize a type.
Definition Templates.hpp:83