Botcraft 1.21.4
Loading...
Searching...
No Matches
NumberFormat.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 764 /* > 1.20.2 */
2#pragma once
3
6
7namespace ProtocolCraft
8{
18} // ProtocolCraft
19#endif
DEFINE_CONDITION(HasFormat, GetType() !=0)
SERIALIZED_FIELD(Format, Internal::Conditioned< Chat, &NumberFormat::HasFormat >)
SERIALIZED_FIELD(Type, VarInt)
A type wrapper to conditionally serialize a type.
Definition Templates.hpp:83