1#if PROTOCOL_VERSION > 754  
   11        static constexpr std::string_view 
packet_name = 
"Move Player Status Only";
 
   13#if PROTOCOL_VERSION < 768  
 
#define SERIALIZED_FIELD(Name,...)
 
THIS & SetOnGround(const bool b)
 
SERIALIZED_FIELD_WITHOUT_GETTER_SETTER(Flags, std::bitset< 2 >)
 
DECLARE_READ_WRITE_SERIALIZE
 
static constexpr std::string_view packet_name
 
THIS & SetHorizontalCollision(const bool b)
 
bool GetHorizontalCollision() const