BuffShort shortToBuff(int target, String key) { BuffShort buff = BuffShort(); buff.key = key; buff.value = target; return buff; }