13        static constexpr std::string_view 
packet_name = 
"Container Set Slot";
 
   15#if PROTOCOL_VERSION < 768  
   20#if PROTOCOL_VERSION > 755  
 
#define SERIALIZED_FIELD(Name,...)
 
SERIALIZED_FIELD(Slot, short)
 
SERIALIZED_FIELD(ContainerId, VarInt)
 
DECLARE_READ_WRITE_SERIALIZE
 
SERIALIZED_FIELD(ItemStack, ProtocolCraft::Slot)
 
static constexpr std::string_view packet_name
 
SERIALIZED_FIELD(StateId, VarInt)