1#if PROTOCOL_VERSION > 351
11 static constexpr std::string_view
packet_name =
"Face Player";
SERIALIZED_FIELD(Y, double)
SERIALIZED_FIELD(Entity, Internal::Conditioned< VarInt, &THIS::HasEntity >)
SERIALIZED_FIELD(ToAnchor, Internal::Conditioned< VarInt, &THIS::HasEntity >)
SERIALIZED_FIELD(X, double)
DEFINE_CONDITION(HasEntity, GetAtEntity())
SERIALIZED_FIELD(FromAnchor, VarInt)
SERIALIZED_FIELD(Z, double)
static constexpr std::string_view packet_name
DECLARE_READ_WRITE_SERIALIZE
SERIALIZED_FIELD(AtEntity, bool)
A type wrapper to conditionally serialize a type.