Botcraft 1.21.4
Loading...
Searching...
No Matches
BrigadierPropertyFloat.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(Max, Internal::Conditioned< float, &BrigadierPropertyFloat::Flags2 >)
DEFINE_CONDITION(Flags1, GetFlags() &0x01)
DEFINE_CONDITION(Flags2, GetFlags() &0x02)
SERIALIZED_FIELD(Min, Internal::Conditioned< float, &BrigadierPropertyFloat::Flags1 >)
A type wrapper to conditionally serialize a type.
Definition Templates.hpp:83