BuffFloat floatToBuff(double target, String key) { BuffFloat buff = BuffFloat(); buff.key = key; buff.value = target; return buff; }